Skip to content

Commit

Permalink
Make the lights blue when the pose is recognized
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Sep 27, 2024
1 parent bba4825 commit 060c836
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ def angle_with_y(v):
self.dir_confirm = 1
self.dir = dir_temp

self.lights_blue_ = self.dir != Dir.STOP

if self.dir_confirm >= 3:
cmd_vel_msg = Twist()
if self.dir == Dir.LEFT:
Expand Down

0 comments on commit 060c836

Please sign in to comment.