ros-controls / ros_control

Generic and simple controls framework for ROS
http://wiki.ros.org/ros_control
BSD 3-Clause "New" or "Revised" License
478 stars 306 forks source link

Multiple Hardware Interfaces for the same controller on different computers #498

Open mrunaljsarvaiya opened 3 years ago

mrunaljsarvaiya commented 3 years ago

Hey all. So my robot setup is as follows - A manipulator with 4 joints (2 of these joints are controlled by the main computer(computer1) that runs roscore, whereas the other 2 joints are controlled via a separate computer (computer2) connected to the same ros network. I'm trying to figure out how to setup ros_control such that I can command a move that commands all joints simultaneously. My thoughts so far:

Thank you!