SMACC2
|
Public Member Functions | |
LedSettingPrivate () | |
Constructor. More... | |
Public Attributes | |
double | transparency |
The transparency when the light is off. More... | |
ignition::math::Color | defaultEmissiveColor |
The emissive color. More... | |
gazebo::transport::PublisherPtr | pubVisual |
The pointer to publisher to send a command to update a visual. More... | |
msgs::Visual | msg |
A message holding a Visual message. More... | |
bool | visualExists |
True if <visual> element exists. More... | |
Definition at line 35 of file LedPlugin.cc.
|
inline |
Constructor.
Definition at line 38 of file LedPlugin.cc.
ignition::math::Color smacc2::LedSettingPrivate::defaultEmissiveColor |
The emissive color.
Definition at line 48 of file LedPlugin.cc.
msgs::Visual smacc2::LedSettingPrivate::msg |
A message holding a Visual message.
Definition at line 54 of file LedPlugin.cc.
gazebo::transport::PublisherPtr smacc2::LedSettingPrivate::pubVisual |
The pointer to publisher to send a command to update a visual.
Definition at line 51 of file LedPlugin.cc.
double smacc2::LedSettingPrivate::transparency |
The transparency when the light is off.
Definition at line 45 of file LedPlugin.cc.
bool smacc2::LedSettingPrivate::visualExists |
True if <visual> element exists.
Definition at line 57 of file LedPlugin.cc.