mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
obs
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Modelec
|
||||
auto curr = nav_->GetCurrentPos();
|
||||
RCLCPP_INFO(node_->get_logger(), "GoHomeMission: Starting at position (%f, %f)", curr->x, curr->y);
|
||||
|
||||
nav_->GoTo(375, 1900, -M_PI_2, true, Pathfinding::FREE | Pathfinding::WALL | Pathfinding::OBSTACLE);
|
||||
nav_->GoTo(375, 1400, -M_PI_2, true, Pathfinding::FREE | Pathfinding::WALL | Pathfinding::OBSTACLE);
|
||||
|
||||
go_home_time_ = node_->now();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user