cvra / robot-software

CVRA monorepo - All software running on our bots lives here
MIT License
44 stars 21 forks source link

Implement MIMO controller for the new 3 DOF arm #190

Closed SyrianSpock closed 5 years ago

SyrianSpock commented 5 years ago

This year, we're going for a 3 DOF pendulum-like arm to pick and place the pucks on the table. All 3 axis are actuated. We need to implement a new control strategy since last year's approach assuming linear behavior in X/Y/Z using PID controllers didn't prove effective. We're going for a MIMO controller, most likely an LQR, with local linearization.

Steps:

antoinealb commented 5 years ago

wont fix; obsolete