-
Notifications
You must be signed in to change notification settings - Fork 117
Visualize benchmarking results #130
Comments
Even though I have a very bad feeling about overloading the same database On Mon, Jan 7, 2013 at 10:57 PM, Matei Ciocarlie
|
Right now the warehouse allows storing the planning results in a separate collection, associating the results with the scenes and requests they correspond to. Have you noticed issues with storing data in the current dbs? I do not think we will have that much data to store, in terms of what databases typically store. I am for a separate rviz plugin (split the current one when necessary) but I would rather stick to one database for now and make a change later if we run into problems. |
I'm OK with that suggestion to start with
|
Agree. |
Update: It's already possible to visualize the benchmark results, but only if you have the output files generated by the benchmark tool. We should upload those results to a database so that everyone can get them. So leaving this open for now... |
We would like a way to visualize benchmarking results so we can also get more intuition on the numbers.
For example, we would like to color all reachable poses in a scene green and the unreachable ones in red. the rviz plugin can do that, using the same code that the benchmark uses, but it's essentially a recomputation.
We could store all results of benchmarking in the database and use that information for visualization. That raises two questions: should it be a separate database? Also, should it be a different rviz plugin, so we don't keep piling stuff on top of the current one?
The text was updated successfully, but these errors were encountered: