mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
spawn
This commit is contained in:
@@ -36,15 +36,15 @@
|
|||||||
<home>
|
<home>
|
||||||
<!--<blue x="2650" y="1600" theta="-1.5708"/>
|
<!--<blue x="2650" y="1600" theta="-1.5708"/>
|
||||||
<yellow x="350" y="1600" theta="-1.5708"/>-->
|
<yellow x="350" y="1600" theta="-1.5708"/>-->
|
||||||
<blue x="2650" y="1700" theta="1.5708"/>
|
<blue x="2650" y="1700" theta="-1.5708"/>
|
||||||
<yellow x="350" y="1700" theta="1.5708"/>
|
<yellow x="350" y="1700" theta="-1.5708"/>
|
||||||
</home>
|
</home>
|
||||||
<spawn>
|
<spawn>
|
||||||
<yellow>
|
<yellow>
|
||||||
<top x="350" y="1700" theta="1.5708" />
|
<top x="350" y="1700" theta="-1.5708" />
|
||||||
</yellow>
|
</yellow>
|
||||||
<blue>
|
<blue>
|
||||||
<top x="2650" y="1700" theta="1.5708" />
|
<top x="2650" y="1700" theta="-1.5708" />
|
||||||
</blue>
|
</blue>
|
||||||
<width_mm>450</width_mm>
|
<width_mm>450</width_mm>
|
||||||
<height_mm>450</height_mm>
|
<height_mm>450</height_mm>
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ namespace Modelec
|
|||||||
|
|
||||||
go_timeout_ = node_->now();
|
go_timeout_ = node_->now();
|
||||||
|
|
||||||
nav_->GoTo(home_point_.GetTakePosition(0), true);
|
nav_->GoTo(home_point_, true);
|
||||||
|
|
||||||
step_ = GO_CLOSE;
|
step_ = GO_CLOSE;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user