matthias-mayr / Cartesian-Impedance-Controller

A C++ implementation of Cartesian impedance control for torque-controlled manipulators with ROS bindings.
https://matthias-mayr.github.io/Cartesian-Impedance-Controller/
BSD 3-Clause "New" or "Revised" License
212 stars 32 forks source link

Test #14

Closed student-0103 closed 10 months ago

student-0103 commented 10 months ago

Hey! nice work.

I'm developing a impedance controller as well, but the robot itself is not much available. Did you test the impedance controller in simulation or only in real life?

I wanna do it in simulation, is that possible?

matthias-mayr commented 10 months ago

Yes, we use the ROS version of the controller regularly in Gazebo, but also the base version directly in DART.

In ROS it is straight forward to use. If you already have your robot setup:

If that answered your question and you do not have additional ones on this topic, feel free to close the issue.