Skip to content

Commit

Permalink
Behaviour fully implemented. Big W :)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvaddi committed Nov 27, 2024
1 parent 632fd8e commit 263514e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,13 @@ $DoOnce
SECOND --> @ChangeAction + action:positioning, @LookAtFieldFeatures, @AvoidBallActive, @GoToCornerKickPosition + mode:supporter
THIRD --> @ChangeAction + action:positioning, @LookAtFieldFeatures, @AvoidBallActive, @GoToDefensePosition
OTHER --> @ChangeAction + action:positioning, @LookAtFieldFeatures, @AvoidBallActive, @GoToCornerKickPosition + mode:others
THROW_IN --> $SecondaryStateDecider
THROW_IN --> $SecondaryStateTeamDecider
OUR --> $RankToBallNoGoalie
FIRST --> @ChangeAction + action:positioning, @LookAtFieldFeatures, @AvoidBallActive, @GoToBall + target:gradient + distance:0.5, @PlayAnimationGrabBall, @PlayAnimationThrow
FIRST --> $DoOnce
NOT_DONE --> @ChangeAction + action:positioning, @LookAtFieldFeatures, @AvoidBallActive, @GoToBall + target:gradient + distance:0.25 + blocking:false
DONE --> $ReachedAndAlignedToPathPlanningGoalPosition + threshold:0.05 + latch:true
NO --> @GoToBall + target:gradient + distance:0.25
YES --> @Stand + duration:1.5 + r:false, @PlayAnimationGrabBall + r:false, @PlayAnimationThrow + r:false, @GetWalkready + r:false, @Stand
SECOND --> @ChangeAction + action:positioning, @LookAtFieldFeatures, @AvoidBallActive, @GoToPassPreparePosition
THIRD --> @ChangeAction + action:positioning, @LookAtFieldFeatures, @AvoidBallActive, @GoToDefensePosition
OTHER --> $RankToBallNoGoalie
Expand Down
10 changes: 1 addition & 9 deletions bitbots_misc/bitbots_bringup/launch/highlevel.launch
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,7 @@
<!-- launch vision -->
<group if="$(var vision)">
<include file="$(find-pkg-share bitbots_bringup)/launch/vision.launch">
<arg name="sim" value="$(var sim)" />
</include>
</group>

<!-- launch inverse perspective mapping (ipm) -->
<group if="$(var ipm)">
<include file="$(find-pkg-share bitbots_ipm)/launch/ipm.launch">
<arg name="sim" value="$(var sim)"/>
</include>
<arg name="sim" vbehavior
</group>

<!-- launch teamcom -->
Expand Down

0 comments on commit 263514e

Please sign in to comment.