Replies: 1 comment 1 reply
-
Sorry for the late reply! But what setup are you using yourself? Are you using a Qualisys motion capture system? Perhaps a good way is to maybe try out the motion capture tracking package directly for debugging: https://github.com/IMRCLab/motion_capture_tracking Or go one step lower and try some hello world examples on libmotioncapture. This way you'll at least know if your computer is able to receive the rigid bodies at least. |
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
-
Hello, when I run the "ros2 launch crazyflie launch.py" in the tutorial, the following error occurs: Motion capture did not receive data! I read your previous answer, but the problem was not solved. The current motion_capture.yaml configuration does not have mode: "motionCapture" # one of motionCapture,libRigidBodyTracker by default. I don't know if this is normal. If it is normal, where might the problem be? I will attach the relevant configuration files and error reminders below. Thank you.
motion_capture.yaml
crazyflies.yaml
ros2 launch crazyflie launch.py
Beta Was this translation helpful? Give feedback.
All reactions