Robowflex
v0.1
Making MoveIt Easy
|
Options for profiling. More...
#include <benchmarking.h>
Public Attributes | |
uint32_t | metrics {0xffffffff} |
Bitmask of which metrics to compute after planning. More... | |
bool | progress {true} |
If true, captures planner progress properties (if they exist). More... | |
bool | progress_at_least_once {true} |
If true, will always run the progress loop at least once. More... | |
double | progress_update_rate {0.1} |
Update rate for progress callbacks. More... | |
Options for profiling.
Definition at line 219 of file benchmarking.h.
uint32_t robowflex::Profiler::Options::metrics {0xffffffff} |
Bitmask of which metrics to compute after planning.
Definition at line 221 of file benchmarking.h.
bool robowflex::Profiler::Options::progress {true} |
If true, captures planner progress properties (if they exist).
Definition at line 222 of file benchmarking.h.
bool robowflex::Profiler::Options::progress_at_least_once {true} |
If true, will always run the progress loop at least once.
Definition at line 223 of file benchmarking.h.
double robowflex::Profiler::Options::progress_update_rate {0.1} |
Update rate for progress callbacks.
Definition at line 224 of file benchmarking.h.