Skip to content

Commit

Permalink
Format by Jared's request
Browse files Browse the repository at this point in the history
  • Loading branch information
haiwei-luo committed Jul 9, 2024
1 parent 7c926af commit f41d022
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -741,14 +741,10 @@ def execute(self, userdata):
remapping={"pointstamped": "seat_position"},
)


smach.StateMachine.add(
"WAIT_SEAT",
Wait(3),
transitions={
"succeeded":"succeeded",
"failed":"failed"
}
transitions={"succeeded": "succeeded", "failed": "failed"},
)

else:
Expand Down

0 comments on commit f41d022

Please sign in to comment.