PlannerMonitor.cpp
76 out_ << "[T = " << static_cast<unsigned int>(time::seconds(time::now() - startTime) + 0.5) << " s]" << std::endl
84 const base::Planner::PlannerProgressProperties &props = planner_->getPlannerProgressProperties();
std::map< std::string, PlannerProgressProperty > PlannerProgressProperties
A dictionary which maps the name of a progress property to the function to be used for querying that ...
Definition: Planner.h:417
void stopMonitor()
Stop the monitoring thread (automatically stopped by the destructor).
Definition: PlannerMonitor.cpp:53
duration seconds(double sec)
Return the time duration representing a given number of seconds.
Definition: Time.h:128