#include "logger.hpp"
#include <Eigen/Geometry>
#include "main.hpp"
#include "cs_converter.hpp"
Go to the source code of this file.
◆ COLOR_BOLD
const std::string COLOR_BOLD = "\033[1;29m" |
|
static |
◆ COLOR_GREEN
const std::string COLOR_GREEN = "\033[1;32m" |
|
static |
◆ COLOR_RED
const std::string COLOR_RED = "\033[1;31m" |
|
static |
◆ COLOR_TAIL
const std::string COLOR_TAIL = "\033[0m" |
|
static |
◆ COLOR_YELLOW
const std::string COLOR_YELLOW = "\033[1;33m" |
|
static |
◆ ROS_PUB_PERIOD_SEC
const float ROS_PUB_PERIOD_SEC = 0.05f |
|
static |