Ekumen-OS / andino_webots

Webots simulation of the Andino robot fully integrated with ROS 2
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Added a custom plugin to remove unwanted devices #23

Closed IDavGal closed 11 months ago

IDavGal commented 12 months ago

Added a supervisor plugin to remove any unwanted named nodes from a given robot. The plugin is applied to a new Supervisor robot added in the room.wbt map, and is defined in the supervisor_plugin.urdf file, along with the required parameters.

These parameters refer to the robot from which the nodes will be removed, and a list of device node names that the plugin will look for to remove. The plugin then searches inside the robot, removing each node that has a matching name.

CC @BarceloChristian