This commit is contained in:
acki
2025-05-29 08:41:58 -04:00
parent c2a24553ce
commit ed7770bc3f

View File

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