You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a question on using cf.uploadTrajectory to upload multiple trajectories. For example, I'm changing this to
for cf in allcfs.crazyflies:
cf.uploadTrajectory(0, 0, traj)
cf.uploadTrajectory(1, 0, traj1)
I'm getting
[crazyflie_server.py-4] File "/home/yutongw/ros2_ws/install/crazyflie/lib/crazyflie/crazyflie_server.py", line 990, in _upload_trajectory_callback
[crazyflie_server.py-4] trajectory_mem = self.swarm._cfs[uri].cf.mem.get_mems(
[crazyflie_server.py-4] IndexError: tuple index out of range
on the server.
The text was updated successfully, but these errors were encountered:
Hi, I have a question on using
cf.uploadTrajectory
to upload multiple trajectories. For example, I'm changing this toI'm getting
on the server.
The text was updated successfully, but these errors were encountered: