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:
@@ -170,6 +170,8 @@ namespace Modelec
|
||||
}
|
||||
else if (tokens[1] == "WAYPOINT")
|
||||
{
|
||||
RCLCPP_INFO(this->get_logger(), "Waypoint reached: ID %s", tokens[2].c_str());
|
||||
|
||||
int id = std::stoi(tokens[2]);
|
||||
|
||||
auto message = modelec_interfaces::msg::OdometryWaypoint();
|
||||
|
||||
Reference in New Issue
Block a user