mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
x
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Modelec {
|
||||
node_ = node;
|
||||
|
||||
|
||||
nav_->GoToRotateFirst(500, 1200, M_PI_2, true, Pathfinding::FREE | Pathfinding::WALL | Pathfinding::OBSTACLE);
|
||||
nav_->GoToRotateFirst(2500, 1200, M_PI_2, true, Pathfinding::FREE | Pathfinding::WALL | Pathfinding::OBSTACLE);
|
||||
|
||||
go_timeout_ = node_->now();
|
||||
|
||||
@@ -47,7 +47,7 @@ namespace Modelec {
|
||||
|
||||
break;
|
||||
case WAIT_5S:
|
||||
nav_->GoToRotateFirst(1100, 500, 0, true, Pathfinding::FREE | Pathfinding::WALL | Pathfinding::OBSTACLE);
|
||||
nav_->GoToRotateFirst(1900, 500, 0, true, Pathfinding::FREE | Pathfinding::WALL | Pathfinding::OBSTACLE);
|
||||
|
||||
step_ = GO_TO_SEND;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user