Page 1 of 1

ros control controller with coppeliasim

Posted: 01 Apr 2021, 14:36
by mahmudali
Hello, I would like to know if there is any current implementation using ros-control controllers (especially torque/effort controllers) to control robot joints in coppeliasim? if there any please refer to any implementation. Thanks!

Re: ros control controller with coppeliasim

Posted: 14 Apr 2021, 00:15
by mahmudali
here is a ros-control controller plugin I have implemented, it works fine with position and velocity control. But it does not have an implementation for effort ros-controllers. and here is an appliaction with UR5

Re: ros control controller with coppeliasim

Posted: 16 Apr 2021, 09:50
by fferri
Hi,

why not using the ROS interface Lua API?

Is ros_control a C++ only interface?