Crazyflie disappear on the rviz #546
Unanswered
T-chen-712
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Make sure you use the "z-axis up" in the streaming setting of Motive. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use "ros2 launch crazyflie launch.py", in the rviz Visualization will show my crazyflie just a few second and then disapear. It shows that :
[cf231] Low unicast receive rate (0.85 < 0.90). Sent: 911. Received: 774
[cf231] ESTKALMAN: State out of bounds, resetting
[cf231] Low unicast receive rate (0.87 < 0.90). Sent: 1276. Received: 1114
[cf231] High latency: 105.0 ms
[cf231] Low unicast receive rate (0.83 < 0.90). Sent: 924. Received: 771
[cf231] takeoff(height=1.000000 m, duration=2.500000 s, group_mask=0)
[cf231] Low unicast receive rate (0.86 < 0.90). Sent: 1036. Received: 889
[cf231] Low unicast receive rate (0.89 < 0.90). Sent: 1171. Received: 1039
[cf231] High latency: 46.0 ms
[cf231] Low unicast receive rate (0.82 < 0.90). Sent: 781. Received: 641
[cf231] Low unicast receive rate (0.88 < 0.90). Sent: 1204. Received: 1054
[cf231] Low unicast receive rate (0.82 < 0.90). Sent: 733. Received: 602
[cf231] land(height=0.040000 m, duration=2.500000 s, group_mask=0)
[cf231] Low unicast receive rate (0.85 < 0.90). Sent: 955. Received: 810
[cf231] Low unicast receive rate (0.88 < 0.90). Sent: 1354. Received: 1197
then I run "ros2 run crazyflie_examples hello_world" it always show "Warning: No joystick found!"
Beta Was this translation helpful? Give feedback.
All reactions