cob_light¶
Contents:
Summary¶
-
cob_light
¶ Version: 0.6.5
Description: This package contains scripts to operate the LED lights on Care-O-bot.
Maintainers: - Benjamin Maidel <bnm AT ipa DOT fhg DOT de>
Licenses: - LGPL
Urls: - website<http://ros.org/wiki/cob_light>
Authors: - Benjamin Maidel
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
-
cob_light/SetLightMode
¶ Field (Request): - mode (cob_light/LightMode) –
Field (Response): - active_mode (uint8) –
- active_priority (uint8) –
cob_light/LightMode mode --- uint8 active_mode uint8 active_priority
Action types¶
-
cob_light/SetLightMode
¶ Field (Goal): - mode (cob_light/LightMode) –
Field (Result): - active_mode (uint8) –
- active_priority (uint8) –
Field (Feedback): - active_mode (uint8) –
- active_priority (uint8) –
The goal
# The goal cob_light/LightMode mode --- # The results uint8 active_mode uint8 active_priority --- # The feedback uint8 active_mode uint8 active_priority