Skip to content

Commit

Permalink
remove some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TomLonergan03 committed Jul 1, 2024
1 parent 50b4292 commit 3941636
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/navigation/control/navigator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ core::Result Navigator::accelerometerUpdate(const core::RawAccelerometerData &ac
return core::Result::kSuccess;
}

// Publish failure message to kState topic
void Navigator::requestFailure()
{
std::string failure_message = "kFailure";
Expand Down Expand Up @@ -157,7 +156,6 @@ void Navigator::requestBraking()
mqtt_->publish(message, core::MqttMessageQos::kExactlyOnce);
}

// Publish current trajectory to kTest topic
core::Result Navigator::publishCurrentTrajectory()
{
const auto trajectory = currentTrajectory();
Expand Down

0 comments on commit 3941636

Please sign in to comment.