USC-ACTLab / crazyswarm

A Large Quadcopter Swarm
MIT License
328 stars 323 forks source link

Prevent using single-marker-tracking and send_position_only=False #580

Open whoenig opened 2 years ago

whoenig commented 2 years ago

When a user is using single marker tracking, it is required that the send_position_only flag in the launch file is set to true. Otherwise, we will send incorrect orientation information to the drone, which results in flight instabilities. See https://github.com/USC-ACTLab/crazyswarm/discussions/575 for a concrete user issue.