Replies: 1 comment 1 reply
-
Perhaps https://github.com/USC-ACTLab/crazyswarm/blob/master/ros_ws/src/crazyswarm/scripts/backgroundComputation.py helps as an example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am currently working on a project that needs to control each crazyflie from a swarm individually. For example, I need cf1 to continue to track a given trajectory, while cf2 starts to land. As my current work is built upon someone else's that was written in crazyswarm, I think it would be better to stick with crazyswarm for faster implementation.
If there is no natural way to do that, I believe that I have to assign every crazyflie in a thread.
Any hint and suggestion would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions