Replies: 1 comment 1 reply
-
You are currently using crazyflie_ros and not the crazyswarm. Unfortunately, the development of crazyflie_ros has ended in order to focus on the Crazyswarm (see https://github.com/whoenig/crazyflie_ros/). Perhaps you could port your code to use the Crazyswarm instead and open discussions when you run into issues? |
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.
-
Hello,
When I tried to fly four crazyflies, I ran into the problem of not being able to connect to crazyflies.
Sorry I'm new to crazyflie and ROS...When I try to run this script on collegue's system, it succeeded. In fact, cfclient shows that I can connect to four crazyflies separately, and search for them with the 'scan' command.





However, when I run
roslaunch crazyflie_demo a_multi_position1119.launch
, I get the following output:I was so confused that I tried to be as comprehensive as possible. Below is my .launch file and one of the python scripts:
a_muti_position1119.launch
As well as my python scripts (a_position1.py):
Any suggestions to solve this issue would be greatly appreciated. Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions