mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-30 16:59:32 +00:00
Addded blender addon
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "Drone/FlightLib"]
|
||||
path = Drone/FlightLib
|
||||
url = git://github.com/artem30801/CleverFlightLib.git
|
||||
[submodule "blender-csv-animation"]
|
||||
path = blender-csv-animation
|
||||
url = https://github.com/artem30801/blender-csv-animation
|
||||
|
||||
@@ -172,7 +172,6 @@ USE_LEDS = config.getboolean('COPTER', 'use_leds')
|
||||
play_animation.USE_LEDS = USE_LEDS
|
||||
|
||||
rospy.init_node('Swarm_client', anonymous=True)
|
||||
print(USE_LEDS)
|
||||
if USE_LEDS:
|
||||
LedLib.init_led()
|
||||
|
||||
|
||||
@@ -211,7 +211,7 @@ def send_animations():
|
||||
#print(ANS)
|
||||
|
||||
|
||||
def send_starttime(dt=30):
|
||||
def send_starttime(dt=15):
|
||||
timenow = time.time()
|
||||
print('Now:', time.ctime(timenow), "+ dt =", dt)
|
||||
Client.broadcast(Client.form_command("starttime", (str(timenow+dt), )))
|
||||
|
||||
1
blender-csv-animation
Submodule
1
blender-csv-animation
Submodule
Submodule blender-csv-animation added at e494ced31b
Reference in New Issue
Block a user