uzh-rpg / rpg_quadrotor_control

Quadrotor control framework developed by the Robotics and Perception Group
Other
582 stars 183 forks source link

Computation time of the high level controller #110

Open AntonioCarralero opened 2 years ago

AntonioCarralero commented 2 years ago

Hello, I read in the paper "Differential Flatness of Quadrotor Dynamics Subject to Rotor Drag for Accurate Tracking of High-Speed Trajectories" that the high level controller runs on a laptop computer at 55Hz. This is because the control algorithm has a high computational cost? I would like to implement it in an onboard computer. Thanks in advance.