This commit is contained in:
acki
2025-05-29 18:08:24 -04:00
parent 7c5df1714e
commit 159aaf46b5

View File

@@ -590,6 +590,15 @@ namespace Modelec
std_msgs::msg::Bool start_odo_msg;
start_odo_msg.data = false;
start_odo_pub_->publish(start_odo_msg);
waypoints_.clear();
Waypoint w(*msg, -1, false);
waypoints_.emplace_back(w);
// SendWaypoint();
SendGoTo();
}
}