This commit is contained in:
Artem30801
2019-01-27 18:48:15 +03:00
parent e6bdcc40c0
commit 9cb3f9b5c0

View File

@@ -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)