move benchmark_* files to benchmarks/ from /scenarios. Update docs and scripts
Depends on
Testing:
-
$ rosrun anm_sim_platform benchmark.py
should run defaultbenchmark.scenarios
and producebenchmark.results
the same asbenchmark.expected
. -
rosrun anm_sim_platform benchmark.py _name:=aaa
should runaaa.scenarios
and produceaaa.results
the same asaaa.expected
. -
rosrun anm_sim_platform benchmark.py _name:=bad_name
should runbad_name.scenarios
and producebad_name.results
the same asbad_name.expected
. Result7
.
You can close the simulator and rosnode kill hdmap_server
to get results 5
and 6
.
You should never see results -1
and 4
in the .results
files as they are internal to benchmark and transient.
Edited by Michal Antkiewicz