This commit is contained in:
acki
2025-12-17 19:18:00 +01:00
parent 3f4f83e25e
commit d4a9f97848

View File

@@ -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();