Skip to content

Commit

Permalink
refactor: center -> centre.
Browse files Browse the repository at this point in the history
  • Loading branch information
jws-1 committed Apr 16, 2024
1 parent 319de4a commit 36e323d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/receptionist/config/motions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ play_motion:
points:
- positions: [0.5, -0.25]
time_from_start: 0.0
look_down_center:
look_down_centre:
joints: [head_1_joint, head_2_joint]
points:
- positions: [0.0, -0.25]
Expand Down
2 changes: 1 addition & 1 deletion tasks/receptionist/src/receptionist/states/seat_guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class SeatGuest(smach.StateMachine):

_motions: List[str] = ["look_down_left", "look_down_right", "look_down_center"]
_motions: List[str] = ["look_down_left", "look_down_right", "look_down_centre"]

class ProcessDetections(smach.State):

Expand Down

0 comments on commit 36e323d

Please sign in to comment.