Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Added default inputs to 'Request Teleoperation' behavior to match req…
Browse files Browse the repository at this point in the history
…uired inputs (#374)

* Added default inputs to Request Teleoperation behavior to match required inputs.

* Make precommit happy.
  • Loading branch information
rlpratt12 authored and dyackzan committed Sep 27, 2024
1 parent 6171225 commit 4c04bda
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,11 @@
</Control>
</Control>
</BehaviorTree>
<TreeNodesModel>
<SubTree ID="Request Teleoperation">
<input_port name="enable_user_interaction" default="false" />
<input_port name="user_interaction_prompt" default="" />
<input_port name="initial_teleop_mode" default="3" />
</SubTree>
</TreeNodesModel>
</root>

0 comments on commit 4c04bda

Please sign in to comment.