NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <light_flow.h>
Public Member Functions | |
Light (float r, float g, float b) | |
Light () | |
Light (const std::vector< double > &d) | |
Public Attributes | |
float | red |
float | green |
float | blue |
bool | set |
Light::Light | ( | float | r, |
float | g, | ||
float | b | ||
) |
Light::Light | ( | ) |
|
explicit |
float light_flow::Light::blue |
float light_flow::Light::green |
float light_flow::Light::red |
bool light_flow::Light::set |