ZJU-FAST-Lab / ego-planner

GNU General Public License v3.0
1.29k stars 268 forks source link

Trajectory tracking control #65

Closed zrd1234 closed 1 year ago

zrd1234 commented 1 year ago

Hello, I subscribe /planning/pos_cmd to send to my robot, but I find some deviation from the trajectory of the planning department. Is there any good trajectory following strategy to solve it.

bigsuperZZZX commented 1 year ago

It depends on the real robot you use. We use this high-level controller for precise trajectory tracking.

bigsuperZZZX commented 1 year ago

This controller https://github.com/ZJU-FAST-Lab/Fast-Drone-250/tree/master/src/realflight_modules/px4ctrl

zrd1234 commented 1 year ago

It depends on the real robot you use. We use this high-level controller for precise trajectory tracking.

Hello, I did not use UAV. In the simulation, PID was used for its trajectory tracking, but I did not find it. Would you please tell me where it is?

bigsuperZZZX commented 1 year ago

Which simulation you refer to?