scenario_simulator_v2 C++ API
Namespaces | Functions
color_utils.hpp File Reference
#include <cassert>
#include <cstdio>
#include <map>
#include <std_msgs/msg/color_rgba.hpp>
#include <string>
Include dependency graph for color_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 color_utils
 

Functions

void color_utils::printRed (const std::string &text)
 
void color_utils::printGreen (const std::string &text)
 
void color_utils::printYellow (const std::string &text)
 
void color_utils::printBlue (const std::string &text)
 
void color_utils::printMagenta (const std::string &text)
 
void color_utils::printCyan (const std::string &text)
 
void color_utils::printWhite (const std::string &text)
 
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 More...