Open fjulian opened 4 years ago
Can one of the admins verify this patch?
Also, we should probably merge the ts_controller
branch first, since I branched off that and most changes in this PR are currently from that branch.
it looks good to me. I would try to make the test run on the jenkins server and check if the dependencies are all correctly installed and after we can merge. The next step could be to wrap this into a ros controller.
Right now there is a dependency on the moma_description
package (see here: https://github.com/ethz-asl/robot_control/issues/18). So this would be needed on the Jenkins server as well.
For some tests for the drawer opening project, I needed a cartesian task space velocity controller. So I implemented one here.
Three comments:
pinocchio
, butorocos-kdl
. The reason for this is that I found the pinocchio documentation quite confusing and incomplete. While the kdl documentation is not much better, at least the API is super simple and straight forward to use. Maybe you could point me to some useful pinocchio resources or we can do a walk through of your task space controller. Then I could make a pinocchio version of this.