mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
Don't check start position in client's side!
This commit is contained in:
@@ -694,10 +694,10 @@ def _play_animation(*args, **kwargs):
|
||||
return
|
||||
|
||||
# Get current telemetry
|
||||
telem = copter.telemetry.ros_telemetry
|
||||
if not valid([telem.x, telem.y, telem.z]):
|
||||
logger.error("start: Position is not valid!")
|
||||
return
|
||||
# telem = copter.telemetry.ros_telemetry
|
||||
# if not valid([telem.x, telem.y, telem.z]):
|
||||
# logger.error("start: Position is not valid!")
|
||||
# return
|
||||
|
||||
# Play animation!
|
||||
frame_time = start_time
|
||||
|
||||
Reference in New Issue
Block a user