30 lines
820 B
Plaintext
30 lines
820 B
Plaintext
##==============================================================================
|
|
## LOGO
|
|
##==============================================================================
|
|
|
|
## MAPIR (UMA) Robotics Research Group
|
|
logo="
|
|
__ __ _ ___ ___ ___
|
|
| \\/ | /_\\ | _ \\_ _| _ \\
|
|
| |\\/| |/ _ \\| _/| || /
|
|
|_| |_/_/ \\_\\_| |___|_|_\\
|
|
|
|
MACHINE PERCEPTION AND
|
|
INTELLIGENT ROBOTICS
|
|
mapir.uma.es
|
|
"
|
|
|
|
|
|
|
|
##==============================================================================
|
|
## COLORS
|
|
##==============================================================================
|
|
|
|
format_info=" -c white"
|
|
format_highlight=" -c 208 -e bold"
|
|
format_crit=" -c red -e bold"
|
|
format_deco=" -c white -e bold"
|
|
format_ok=" -c 208 -e bold"
|
|
format_error=" -c red -e bold -e blink"
|
|
format_logo=" -c 208 -e bold"
|