Gazebo Multiple Robot and ros_control Interfaces

asked 2015-11-01 07:11:30 -0600

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I have an unique world with two Robots, first i have a Kuka-LWR taken from:

https://github.com/lar-lab-unibo/kuka...

and i have a custom Gripper from:

https://github.com/m4nh/trimod_gripper

Now LWR use a custom HW Interface, so its TRANSMISSION Parser take care about only of "LWR" transmissions in Robot_Description URDF. But Gripper use standard "libgazebo_ros_control.so" plugin to parse Transmissions in URDF. The latter so parses also LWR transmission again causing some bugs because LWR controllers now fails to actuate IK or FK.

How can i tell to "libgazebo_ros_control.so" to parse only my Gripper Transmissions?

edit retag flag offensive close merge delete