Addded blender addon

This commit is contained in:
Artem30801
2019-01-28 14:09:41 +03:00
parent 3ec62ddca1
commit bf0e1ab8d5
4 changed files with 5 additions and 2 deletions

3
.gitmodules vendored
View File

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

View File

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

View File

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

Submodule blender-csv-animation added at e494ced31b