UCLV Dynamixel Utils
Loading...
Searching...
No Matches
include
uclv_dynamixel_utils
colors.hpp
1
#ifndef COLORS_H
2
#define COLORS_H
3
4
#define ERROR_COLOR "\033[1m\033[31m"
/* Bold Red */
5
#define WARN_COLOR "\033[1m\033[33m"
/* Bold Yellow */
6
#define SUCCESS_COLOR "\033[1m\033[32m"
/* Bold Green */
7
#define CRESET "\033[0m"
8
9
10
#endif
Generated by
1.11.0