Replies: 2 comments 7 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi, I have the same problem. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using the Crazyswarm 2 system in a Vicon motion capture studio. Currently, I am trying to get one Crazyflie 2.1 drone flying with the example hello_world script.
However, when I run the launch file using "ros2 launch crazyflie launch.py backend:=cpp", the line:
[motion_capture_tracking_node-1] [WARN] [1698094332.726471060] [motion_capture_tracking]: No updated pose for cf5 for 1698094332.726410 s.
repeats itself every 0.01 seconds. And eventually,
My understanding is that the "No updated pose" means that the crazyswarm system is not receiving the motion capture data? But, the Vicon display, the pose topic, and rviz display the correct position of the Craziefly drone.
How can I fix this issue/error?
The following is the output when running the launch file, and the config files I am using. The "..." symbolizes several "no updated pose" messages that were removed for readability.
Output after running launch file
crazyflies.yaml
motion_capture.yaml
server.yaml
Beta Was this translation helpful? Give feedback.
All reactions