RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.36k stars 1.27k forks source link

Purge QPController.m (in favor of the c++ implementation) #1317

Closed rdeits closed 6 years ago

rdeits commented 9 years ago

I'd like to get rid of the old QPController implementation since it's no longer used on the robot or in any simulation examples except the running and jumping demos. To do that, I'll need to:

RussTedrake commented 8 years ago

@rdeits -- did the push for valkyrie balancing accomplish this?

rdeits commented 8 years ago

No, unfortunately. It's an unrelated issue, mostly due to the lack of support for 3D linear systems in the new controller.

jwnimmer-tri commented 7 years ago

Even though #6369 is going to remove the MATLAB implementation, my guess is that it makes sense to keep this issue open, as a TODO to work on the C++ implementation.

RussTedrake commented 6 years ago

related to #6381. with that link established, I will close this one.