See folder study
for some examples.
Make sure that you compile against the OMPL version with which you are actually running the benchmarks.
- Build the benchmarking library (
cmake -DBUILD_BENCHMARKING ..
andmake
) - Build the study executable (done together with the above command)
- Run the study executable (
./benchmarking/study_dynamic_obstacles
or./benchmarking/study_static_obstacles
)