Open simonschmeisser opened 4 years ago
Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed.
default projection can be fixed by adding:
projection_evaluator: joints(panda_joint1,panda_joint2) to ompl_planning.yaml
@rhaschke could yout tag this as WorldMoveItDay candidate so whoever is interested can find it?
The benchmarking functionality is actually not OMPL-specific. Other planning pipelines (CHOMP, STOMP, ...) can also be used. This tutorial has lots of issues as @simonschmeisser has already pointed out. I took me a while to get things working, too.
In addition to the thread @simonschmeisser just linked from, I noticed that the Stored Scenes
and Stored States
tabs are never mentioned or used outside of the Benchmarking tutorial page. The only use "in the wild" I have seen is in this PR, for which there are good reasons not to merge imo (although the functionality has a use).
I would consider what the intended workflow for setting up a benchmarking problem is, and then try to combine the Stored Scenes/Stored States tab into one if possible. I actually also think the warehouse
connection on the connect tab should be in there, because it affects nothing except those two tabs.
Note that the scripts in this package allow saving scenes/states to files, which is more intuitive and much easier to share/add to a repo.
Description
I tried following the benchmarking tutorial and ran into some issues, collecting them here first and hope to address them in PRs
Pick1
while default benchmark file calls itKitchenPick1
panda_arm
Your environment