This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Include base placement for kinematic benchmarks #123
Labels
Comments
ghost
assigned marioprats
Jan 3, 2013
Here's the way we last did it: http://kforge.ros.org/Sushi/trac/wiki/Navigation/FindBasePoses
Issues with this approach:
I would suggest using the same approach we did for Sushi but with a better representation for reachability than what we had. |
I think we have to do variant 1) from the list that Mario suggests. It seems to me the others are a bit of a hack.
|
I started something to address the issue of finding "whole body"-IKs. |
otamachan
pushed a commit
to otamachan/moveit_ros
that referenced
this issue
Oct 22, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Many goal poses that are not reachable from a given robot base pose, could be reachable from another base placement. Ideally we would need to know if a target is reachable independently of the base position. I see different possibilities:
I like 1) because it avoids sampling, although it may not be so consistent with the existing code... I guess the fastest would be 3) if there is a way to set the root transform of a chain (kinematic_state::setRootTransform probably??). If this functionality is not going to be needed outside the kinematic analysis, this is probably the best option.
What do you think?
The text was updated successfully, but these errors were encountered: