This commit is contained in:
acki
2025-05-29 21:03:25 -04:00
parent 0242adba8e
commit c12935f39a
2 changed files with 2 additions and 4 deletions

View File

@@ -280,8 +280,6 @@ namespace Modelec
message.id = id;
odo_waypoint_reach_publisher_->publish(message);
RCLCPP_INFO(this->get_logger(), "Waypoint reached: %d", id);
}
else if (tokens[1] == "PID")
{

View File

@@ -29,10 +29,10 @@ namespace Modelec
void GoHomeMission::Update()
{
/*if (!nav_->HasArrived())
if (!nav_->HasArrived())
{
return;
}*/
}
switch (step_)
{