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

Enable a robot to have multiple controlboard devices #89

Closed
Tracked by #103
xela-95 opened this issue Feb 20, 2024 · 1 comment · Fixed by #112
Closed
Tracked by #103

Enable a robot to have multiple controlboard devices #89

xela-95 opened this issue Feb 20, 2024 · 1 comment · Fixed by #112

Comments

@xela-95
Copy link
Member

xela-95 commented Feb 20, 2024

As per the issue title, we need that multiple controlboards can be assigned to a single robot (and of course we should allow the simulation of multiple robots at the same time).

@xela-95
Copy link
Member Author

xela-95 commented Mar 7, 2024

The idea is to use as key of a Control board the following:

controlBoardDeviceKey = robotScopedName / yarpDeviceName

This assumes that both the robotScopedName and yarpDeviceName are unique keys.
AFAIK the robotScopedName given by https://gazebosim.org/api/sim/8/namespacegz_1_1sim.html#a095997dc60149cb3a6cce4e8ca7d9acf it is, while for yarpDeviceName that is a responsibility of who chooses it in the controlboard yarp configuration file.

CC @traversaro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant