|
scenario_simulator_v2 C++ API
|
Functions | |
| void | printRed (const std::string &text) |
| void | printGreen (const std::string &text) |
| void | printYellow (const std::string &text) |
| void | printBlue (const std::string &text) |
| void | printMagenta (const std::string &text) |
| void | printCyan (const std::string &text) |
| void | printWhite (const std::string &text) |
| const std_msgs::msg::ColorRGBA | fromRgba (double r, double g, double b, double alpha) |
| generate std_msgs::msg::ColorRGBA message from rgb values More... | |
| const std_msgs::msg::ColorRGBA color_utils::fromRgba | ( | double | r, |
| double | g, | ||
| double | b, | ||
| double | alpha | ||
| ) |
generate std_msgs::msg::ColorRGBA message from rgb values
| r | red |
| g | green |
| b | blue |
| alpha | alpha value of the color |
| void color_utils::printBlue | ( | const std::string & | text | ) |
| void color_utils::printCyan | ( | const std::string & | text | ) |
| void color_utils::printGreen | ( | const std::string & | text | ) |
| void color_utils::printMagenta | ( | const std::string & | text | ) |
| void color_utils::printRed | ( | const std::string & | text | ) |
| void color_utils::printWhite | ( | const std::string & | text | ) |
| void color_utils::printYellow | ( | const std::string & | text | ) |