moveit / moveit_tutorials

A sphinx-based centralized documentation repo for MoveIt
https://moveit.github.io/moveit_tutorials/
BSD 3-Clause "New" or "Revised" License
480 stars 695 forks source link

Is it possible to run two moveit interfaces on both ros master and ros node? #768

Open Vincentive1232 opened 1 year ago

Vincentive1232 commented 1 year ago

Description

Is it possible to run two separate moveit interfaces on both ros master and ros node?

Your environment

Expected behaviour

I am trying to use two computers to control two groups of arms (there are two in one group and I have already built a dual_arm model for them). In this case, I want to create moveit interface on each computer, when the computers are either ros master or ros node. It seems that the different moveit interfaces are trying to publish ros topic with the same name, so the two moveit controllers have conflict and the procedure just died.

Backtrace or Console output

Use gist.github.com to copy-paste the console output or segfault backtrace using gdb.

welcome[bot] commented 1 year ago

Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.