Replies: 1 comment
-
With LPS the positioning is done on-board the drone using signals from anchors, making it suitable for real-time localization in various environments, though with moderate precision (~10cm). In contrast, with motion capture (like Vicon) the positioning is done off-board with external cameras tracking the drone’s markers, offering very high precision (sub mm) but limited to controlled indoor settings. The off-board computation also introduces potential latency when transmitting data back to the drone. What positioning system to use depends a lot on what your project is, but I do not think this crash alone is a reason to switch to LPS. Onto the crash; Did you read this comment? # When using full pose, the estimator can be sensitive to noise in the orientation data when yaw is close to +/- 90
# degrees. If this is a problem, increase orientation_std_dev a bit. The default value in the firmware is 4.5e-3. Does the calibration look OK? Do the positioning estimates in whatever mocap software you are using make sense? |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm working on integrating the Vicon motion capture system with a Crazyflie drone equipped with a mocap deck. I've encountered an issue while using the mocap_hl_commander.py script:
I'm seeking advice on the best methods to debug this issue and improve results.
Additionally, my lab has a Loco Positioning System (LPS) that hasn't been installed yet. I'd like to know:
Any insights or recommendations would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions