ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This has been coded a publisher ( system_status Node ) which outputs a json encoded array, and a Subscriber ( LED_Display Node ) that decodes the system status array and sets GPIOs connected to LED ). Additional service calls may be added to the system_status publisher later.
2 | No.2 Revision |
This has been coded a publisher ( system_status Node ) which outputs a json encoded array, dictionary, and a Subscriber ( LED_Display Node ) that decodes the system status array dictionary and sets GPIOs connected to LED ). Additional service calls may be added to the system_status publisher later.