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:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user