This commit is contained in:
acki
2025-05-29 17:18:45 -04:00
parent 18c861e44f
commit ba91b4c2e6

View File

@@ -106,6 +106,8 @@ namespace Modelec
"odometry/add_waypoint", 30,
[this](const modelec_interfaces::msg::OdometryAddWaypoint::SharedPtr msg)
{
RCLCPP_INFO(this->get_logger(), "Received add waypoint request: %d %s %d %d %f",
msg->id, msg->is_end ? "end" : "not end", msg->x, msg->y, msg->theta);
AddWaypointCallback(msg);
});