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:
@@ -177,6 +177,7 @@ namespace Modelec
|
|||||||
{
|
{
|
||||||
if (msg->data != start_odo_)
|
if (msg->data != start_odo_)
|
||||||
{
|
{
|
||||||
|
RCLCPP_INFO(this->get_logger(), "Start Odo: %s", msg->data ? "true" : "false");
|
||||||
start_odo_ = msg->data;
|
start_odo_ = msg->data;
|
||||||
SendOrder("START", {std::to_string(msg->data)});
|
SendOrder("START", {std::to_string(msg->data)});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user