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

Move initial pose away from joint limits #1

Open
PeterBowman opened this issue Oct 16, 2018 · 1 comment
Open

Move initial pose away from joint limits #1

PeterBowman opened this issue Oct 16, 2018 · 1 comment

Comments

@PeterBowman
Copy link
Member

As it is now, joint q3 (which follows q2.5) starts next to its joint limit position both in the STL models (bad, might entail rendering the binaries again) and the default OR environment (can be sorted out). This may lead to issues with the newly added limit checks in our general-purpose cartesian controller: roboticslab-uc3m/kinematics-dynamics#161 (comment). The AmorCartesianControl device is not affected, but simulation involves BasicCartesianControl instead.

@jgvictores
Copy link
Member

In OpenRAVE XMLs, thsi can be done:

Some comments:

  1. AFAIK must be in radians!
  2. At least via <jointvalues>, you will get a warning if out of limits on init, then joint values are applied, and if wrong, you'll get a double warning. This is, even if within limits, you'll always get the first warning.

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

2 participants