I would like to test some optimizations on the FCL collision checking and this seems like a very nice way to validate that my changes hopefully speed things up.
What I mostly want is a comparison plot of the different collision check types of FCL with MoveIt master compared to my branch. Is it easy to do that? Switching branches does not need to be automated, I can do that
I think what I mostly need help with/an example is what to put into the
metrics:
- type: boxplot
names:
- stage_solution_costs_grasp pose IK
- stage_solution_costs_place pose IK
section.
I would like to test some optimizations on the FCL collision checking and this seems like a very nice way to validate that my changes hopefully speed things up.
What I mostly want is a comparison plot of the different collision check types of FCL with MoveIt master compared to my branch. Is it easy to do that? Switching branches does not need to be automated, I can do that
I think what I mostly need help with/an example is what to put into the
section.