led_msgs/SetLEDs Service

File: led_msgs/SetLEDs.srv

Raw Message Definition

# This service sets chosen LED colors in a LED strip or other LEDs set

LEDState[] leds
---
bool success   # True if the call succeeded
string message # Error or informational message

Compact Message Definition

led_msgs/LEDState[] leds

bool success
string message