Skip to content

Commit

Permalink
remove legacy barrel roll state (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabw authored Dec 22, 2024
1 parent 89738e9 commit 6c4bebe
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions auv_smach/src/auv_smach/gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ def __init__(self, gate_depth: float):
NavigateToFrameState(
"taluy/base_link", "gate_enterance", "gate_target"
),
transitions={
"succeeded": "BARREL_ROLL",
"preempted": "preempted",
"aborted": "aborted",
},
)
smach.StateMachine.add(
"BARREL_ROLL",
DoBarrelRoll(),
transitions={
"succeeded": "NAVIGATE_TO_GATE_EXIT",
"preempted": "preempted",
Expand Down

0 comments on commit 6c4bebe

Please sign in to comment.