Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunabotics Computer committed Nov 16, 2024
1 parent 7314b1e commit e36047b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lunabot_control/scripts/manual_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,6 @@ def stop(self):
rate = rospy.Rate(20)

while not rospy.is_shutdown():
if !rospy.get_param("autonomy"):
if not rospy.get_param("autonomy"):
man_ctrl.loop()
rate.sleep()

0 comments on commit e36047b

Please sign in to comment.