Skip to content

Commit

Permalink
Working BT based robotic navigation
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Lampacrescia <[email protected]>
  • Loading branch information
MarcoLm993 committed Sep 10, 2024
1 parent fda1718 commit bdd0402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<state id="ready_to_check">
<transition event="bt_tick" target="ready_to_check">
<if cond="goal_x > goal_y">
<if cond="goal_x > abs(goal_y)">
<send event="bt_success" />
<else />
<send event="bt_failure" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<convince_mc_tc>
<mc_parameters>
<max_time value="100" unit="s" />
<max_time value="200" unit="s" />
</mc_parameters>

<behavior_tree>
Expand Down

0 comments on commit bdd0402

Please sign in to comment.