This commit is contained in:
acki
2025-05-29 12:36:05 -04:00
parent 12810412be
commit 271b0d3ff2

View File

@@ -177,6 +177,7 @@ namespace Modelec
{
if (msg->data != start_odo_)
{
RCLCPP_INFO(this->get_logger(), "Start Odo: %s", msg->data ? "true" : "false");
start_odo_ = msg->data;
SendOrder("START", {std::to_string(msg->data)});
}