cyberbotics / epuck_ros2

ROS2 node for the e-puck robot and its simulation model
https://cyberbotics.com/doc/guide/epuck
Apache License 2.0
57 stars 19 forks source link

Add LED support #11

Closed lukicdarkoo closed 4 years ago

lukicdarkoo commented 4 years ago

There are 4 RGB LEDs (LED2, LED4, LED6, LED8) and 4 on/off LEDs (LED1, LED3, LED5 and LED7). These LEDs should be exposed as subscriptions.

I was thinking to use services instead of topics as it is done in webots_ros2_epuck2 but:

Therefore, webots_ros2_epuck2 should be updated accordingly as well.