Skip to content

Commit

Permalink
add isDoorOpen to gpsr
Browse files Browse the repository at this point in the history
  • Loading branch information
igonzf committed Jul 9, 2024
1 parent c4b0a55 commit 94f968a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions robocup_bringup/bt_xml/gpsr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<Action ID="SetupGPSR" plugins="{plugins}"/>
<!-- <Action ID="SetStartPosition" frame_name="instruction point" /> -->
<Action ID="SetWp"/>
<RetryUntilSuccessful num_attempts="-1">
<Condition ID="IsDoorOpen" door_thfloatreshold="1.5"/>
</RetryUntilSuccessful>
<Action ID="MoveTo" tf_frame="instruction_point"/>
<Action ID="Speak" say_text="Hi, This is gentlebots." param=""/>
<Repeat num_cycles="3">
<Sequence>
Expand Down

0 comments on commit 94f968a

Please sign in to comment.