30 #ifndef PLANNER_CSPACE_PLANNER_STATUS_H
31 #define PLANNER_CSPACE_PLANNER_STATUS_H
34 #include <planner_cspace_msgs/PlannerStatus.h>
38 std::ostream&
operator<<(std::ostream& os,
const PlannerStatus::ConstPtr& msg)
47 <<
" header: " <<
msg->header.stamp <<
" " <<
msg->header.frame_id << std::endl
48 <<
" status: " <<
static_cast<int>(
msg->status) << std::endl
49 <<
" error: " <<
static_cast<int>(
msg->error);
55 #endif // PLANNER_CSPACE_PLANNER_STATUS_H