Skip to content

About Trajectory CSV File #618

Answered by whoenig
imamim asked this question in Q&A
Mar 16, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The values are the coefficients of a polynomial. You can find the mathematical details by looking at the plotting script at https://github.com/whoenig/uav_trajectories/blob/main/scripts/plot_trajectory.py.

The velocity/speed is computed by using the differential flatness property, not by assuming a particular controller.

cmd_fullState just sends a desired state to the quadcopter. It depends on the selected controller what is done with that state. If you use the Mellinger controller, the CF will try to track all components (i.e., position, velocity, yaw angle, and angular velocity).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@imamim
Comment options

Answer selected by imamim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #616 on March 17, 2022 02:43.