open_manipulator icon indicating copy to clipboard operation
open_manipulator copied to clipboard

2 open manipulator x, same computer

Open LuchianRazvanAdrian opened this issue 3 years ago • 1 comments

Hello, I have 2 open manipulator x robots controlled by 2 opencr 1.0. I want to use the same pc with ros and to control both robots with this pc. I managed to run the open manipulator controller script for both robots, on ACM0 and ACM1, and enable the robots. Also, I have a pick and place script. I doubled my script, but if i run both script, only one robots is moving. How can I control them using the same computer? What changes do I have to do?

LuchianRazvanAdrian avatar Jan 19 '21 13:01 LuchianRazvanAdrian

Hi @LuchianRazvanAdrian, I'm sorry about the delayed response. You'll need to separate the controller for each manipulator. Duplicate the controller launch file and use different namespaces for each controller will work (I tested with Gazebo quite a while ago) image

ROBOTIS-Will avatar Mar 05 '21 06:03 ROBOTIS-Will