Update ompl_planning.yaml file#111
Conversation
rhaschke
left a comment
There was a problem hiding this comment.
Please adapt the projection_evaluators for all planning groups.
| - KPIECEkConfigDefault | ||
| - BKPIECEkConfigDefault | ||
| - RRTStarkConfigDefault | ||
| projection_evaluator: link(r_wrist_roll_link) |
There was a problem hiding this comment.
Please keep the projection_evaluator for each planning group.
| - LazyPRMstar | ||
| - SPARS | ||
| - SPARStwo | ||
| projection_evaluator: joints(r_shoulder_pan_joint,r_shoulder_lift_joint) |
There was a problem hiding this comment.
... which is changed here.
|
I've gone through and checked that the Although - I've noticed that the |
|
The whole PR2 configuration grew historically and probably contains some experimental changes too.
Personally, I would consider generating a new one from scratch and replace the contents of this repository entirely to use MoveIt with a PR2 (and indeed this is what I do with a modified PR2 over here anyway). Thus, I'm actually somewhat lost with how to handle proposed local modifications to this repository...
|
That's what I've done in my work too. But replacing everything using the setup assistant doesn't work out of the box - I wasn't able to use demo.launch when it overwrites I think it'd be a good idea to replace everything that doesn't explicitly mention plugin-specific parameters for now, and I was planning to put in a sequence of pull requests to do that. |
Ran the Moveit setup assistant, which basically rewrote the entire file. I've checked that
demo.launchstill works, but I'm not sure if there's something else I should verify as well.