Skip to content
Snippets Groups Projects
Commit f86f8796 authored by José Enrique Domínguez Vidal's avatar José Enrique Domínguez Vidal
Browse files

Tracking navigation updating goal if track moves

parent afa2d8d2
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
<BehaviorTree ID="go_to_goal">
<Sequence>
<Action ID="set_goal_frame" frame_id="/map"/>
<Timeout msec="6000000">
<Timeout msec="600000">
<RetryUntilSuccesful num_attempts="3">
<Action ID="async_go_to_pose" x="{x}" y="{y}" yaw="{yaw}" heading_tol="{heading_tol}" x_y_pos_tol="{x_y_pos_tol}" update_goal="{update_goal}"/>
</RetryUntilSuccesful>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment