Crazyflie does not appear on RViz with Qualisys motion capture #571
Unanswered
shreeram-murali
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This might be related to IMRCLab/libmotioncapture#3. Which QTM version are you using? Could you also post in the above github issue if libmotioncapture's example application doesn't work for you as well? Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm following the documentation for configuring one Crazyflie for the
hello_world
hover test.Setup
Observations
python hello_world.py --sim
roslaunch crazyswarm hover_swarm.launch
works but the position of the Crazyflie is not shown on the graphpython hello_world.py
in real-life works fine: the CF hovers for the given duration and then lands.Configuration
This is my
hover_swarm.launch
file:This is my
crazyflies.yaml
:Outputs
This is what I get when I run
mocap_helper.launch
:And this is what I get when I run
roslaunch crazyswarm hover_swarm.launch
:I have not changed any other configuration file from the default indications and the documentation.
The CF not appearing on the RViz indicates some form of an issue between the motion capture system and the control station, but I am not able to figure out what the issue could be. The data from the mocap system is otherwise accessible, as the
hello_world.py
script and other scripts work fine and are able to access QTM data.Any tips to resolve this would be much appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions