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:
@@ -43,7 +43,7 @@ namespace Modelec
|
||||
|
||||
case AWAIT_10S:
|
||||
{
|
||||
nav_->GoTo(370, 1600, -M_PI_2, true, Pathfinding::FREE | Pathfinding::WALL | Pathfinding::OBSTACLE);
|
||||
nav_->GoTo(375, 1600, -M_PI_2, true, Pathfinding::FREE | Pathfinding::WALL | Pathfinding::OBSTACLE);
|
||||
|
||||
step_ = GO_HOME;
|
||||
}
|
||||
|
||||
@@ -530,7 +530,6 @@ namespace Modelec
|
||||
else
|
||||
{
|
||||
wp.theta = goal->theta;
|
||||
wp.x += goal->x;
|
||||
}
|
||||
|
||||
wp.id = id++;
|
||||
|
||||
Reference in New Issue
Block a user