mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-03 10:39:33 +00:00
f
This commit is contained in:
@@ -168,7 +168,7 @@ if COPTER_ID == 'default':
|
||||
|
||||
TAKEOFF_HEIGHT = float(config.get('COPTER', 'takeoff_height'))
|
||||
|
||||
USE_LEDS = bool(config.get('COPTER', 'use_leds'))
|
||||
USE_LEDS = config.getboolean('COPTER', 'use_leds')
|
||||
play_animation.USE_LEDS = USE_LEDS
|
||||
|
||||
rospy.init_node('Swarm_client', anonymous=True)
|
||||
|
||||
Reference in New Issue
Block a user