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:
@@ -429,6 +429,8 @@ namespace Modelec
|
||||
|
||||
void NavigationHelper::SetPos(const Point& pos)
|
||||
{
|
||||
RCLCPP_INFO(node_->get_logger(), "Set position to x: %d, y: %d, theta: %f", pos.x, pos.y, pos.theta);
|
||||
|
||||
PosMsg msg;
|
||||
msg.x = pos.x;
|
||||
msg.y = pos.y;
|
||||
|
||||
Reference in New Issue
Block a user