Replies: 2 comments
-
Hello @whoenig , are you aware if the capability of retrieving measurements from the multi-ranger has been implemented into Crazyswarm? |
Beta Was this translation helpful? Give feedback.
-
There is no need for any special support. You can use the generic logging functionality with the variables defined at https://github.com/bitcraze/crazyflie-firmware/blob/a70c357a7c03b84a0caebe6d31a5fb0ccc40ff2b/src/modules/src/range.c#L59-L66. You can add those variables at https://github.com/USC-ACTLab/crazyswarm/blob/master/ros_ws/src/crazyswarm/launch/hover_swarm.launch#L12-L14 and enable logging at https://github.com/USC-ACTLab/crazyswarm/blob/master/ros_ws/src/crazyswarm/launch/hover_swarm.launch#L48. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a flow deck and multi-ranger deck on my crazyflie. I am able to retrieve pose information with help of flow deck. How can I get the readings of multi-ranger deck?
Beta Was this translation helpful? Give feedback.
All reactions