Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target offset field in position constraint msg #42

Closed
ptriantd-ocado opened this issue Jan 3, 2018 · 2 comments
Closed

Target offset field in position constraint msg #42

ptriantd-ocado opened this issue Jan 3, 2018 · 2 comments

Comments

@ptriantd-ocado
Copy link

I was wondering what is the purpose of this field. The Position Constraint msg defines a region and a link of the robot that should remain inside this region. So, there is no target position involved, is there?

@JeroenDM
Copy link
Contributor

This questions has been here a while, but for future generations:

The position constraint will keep the center of the specified link frame inside the constraint region. Optionally, you can specify an offset. Then it is not the center of the link frame, but the offset point, expressed relative to the link frame, that has to stay inside the constraint region.

It is implemented here.

This seems usefull to me when you want to constrain the tip of an end-effector. If the link frame of the end-effector is not centered at it's tip, and there is no other link defined in the URDF at the tip of the end-effector, then you can use this offset.

@v4hn
Copy link
Contributor

v4hn commented Jun 11, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants