Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I control 2 different robots? #17

Open
torydebra opened this issue Oct 30, 2020 · 1 comment
Open

Can I control 2 different robots? #17

torydebra opened this issue Oct 30, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@torydebra
Copy link
Member

Hi,

I was wondering if I can have more than one robot "active" with xbot2. For example, I want to play with two different arms:
command the first one, read some sensor on the second, command the first again, and then command the second.

From what I understand, xbot read the config yaml file where a robot description and its plugins are specified; hence, can I run multiple istance of xbot2-core on the same machine?

@alaurenzi
Copy link
Collaborator

I'll work on this at some point in the future. Basically we need:

  • to namespace the internal ROS node and all topics
  • to create all shared memory devices in sub-folders so they don't conflict
  • maybe something else :D

@alaurenzi alaurenzi added the enhancement New feature or request label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants