centroidal_control_collection
src
CentroidalControlCollection
include
CCC
console.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef CCC_STANDALONE
4
# include <iostream>
5
# define CCC_ERROR_STREAM(x) std::cerr << x << "\n"
6
# define CCC_WARN_STREAM(x) std::cerr << x << "\n"
7
# define CCC_INFO_STREAM(x) std::cout << x << "\n"
8
#else
9
# include <ros/console.h>
10
# define CCC_ERROR_STREAM ROS_ERROR_STREAM
11
# define CCC_WARN_STREAM ROS_WARN_STREAM
12
# define CCC_INFO_STREAM ROS_INFO_STREAM
13
#endif
Generated by
1.8.17