1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.TH OMPL_BENCHMARK_STATISTICS 1
.SH NAME
ompl_benchmark_statistics \- parser for log files from ompl planners
.SH SYNOPSIS
.B ompl_benchmark_statistics
[
.B options
<benchmark.log> ...]
.SH DESCRIPTION
.I ompl_benchmark_statitistics
script that parses the log files generated by the ompl planners
.PP
These options are available:
.TP
.B "\-h, --help"
show this help message and exit
.TP
.BI "-d DBNAME, --database=DBNAME"
Filename of benchmark database [default:benchmark.db]
.TP
.BI "-v, --view "
Compute the views for best planner configurations
.TP
.BI "-p PLOT, --plot=PLOT"
Create a PDF of plots
.TP
.BI "-m MYSQLDB, --mysql=MYSQLDB"
Save SQLite3 database as a MySQL dump file
|