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:
@@ -727,6 +727,8 @@ namespace Modelec
|
||||
}
|
||||
}*/
|
||||
|
||||
RCLCPP_INFO(node_->get_logger(), "Waypoint reached, id: %d", waypoint_queue_.front().id);
|
||||
|
||||
if (await_rotate_)
|
||||
{
|
||||
await_rotate_ = false;
|
||||
@@ -741,6 +743,8 @@ namespace Modelec
|
||||
}
|
||||
else
|
||||
{
|
||||
RCLCPP_INFO(node_->get_logger(), "Waypoint reached 2");
|
||||
|
||||
if (!waypoint_queue_.empty())
|
||||
{
|
||||
waypoint_pub_->publish(waypoint_queue_.front().ToMsg());
|
||||
|
||||
Reference in New Issue
Block a user