mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
log
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user