eager-dev / eager

[deprecated] Engine Agnostic Gym Environment for Robotics
https://eager-control.readthedocs.io/
Apache License 2.0
16 stars 0 forks source link

Check robot description .yaml that names for each Box is unique. #79

Closed bheijden closed 3 years ago

bheijden commented 3 years ago

Also check the .yaml file that the names given to all sensors/actuators/states are unique. Else, physics bridge/rosenv tries to initialize services with the same name. We could also put each box into a sensors/actuators/states ros namespace. Then, the names only have to be unique within each category sensors/actuators/states.