-
Hello. I am using the next cofiguration in hover_swarm.launch. motion_capture_type: "optitrack_closed_source " # one of none,vicon,optitrack,optitrack_closed_source,qualisys,vrpn In the file crazyflies.yaml I have put crazyflies: channel: 80 When using roslaunch crazyswarm hover_swarm.launch, in the last lines I get the following [ INFO] [1640171088.998566791]: [cf1] CONTROLLER: Using Mellinger (2) controller and RViz appears, but it does not shows the cf1 and the option global status is yellow and it shows no tf data, on the other hand, if I use python3 hello_world.py the carzyflie takes off and lands, this being the expected, for this reason I do not know what's wrong. I would appreciate any tip to resolve this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Do you use the flow deck? The missing visualization in rviz indicates that there is a problem with receiving the tracking information from optitrack. On the other hand, the successful flight indicates that your CF has enough state information for a short flight. A good test case would be to check if the mocap_helper.launch file receives data (it will print to the console the data it receives from optitrack). |
Beta Was this translation helpful? Give feedback.
Do you use the flow deck? The missing visualization in rviz indicates that there is a problem with receiving the tracking information from optitrack. On the other hand, the successful flight indicates that your CF has enough state information for a short flight. A good test case would be to check if the mocap_helper.launch file receives data (it will print to the console the data it receives from optitrack).