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

YarpOpenraveControlboard always does rad/deg conversions (even if prismatic!) #41

Closed
jgvictores opened this issue Nov 29, 2017 · 4 comments

Comments

@jgvictores
Copy link
Member

As of current develop and identified since 274cbc2 as part of #29 : YarpOpenraveControlboard supposes revolute joints, and therefore there are many radToDeg (in fact, hard-coded *180/M_PI) and degToRad conversions without checking if revolute or prismatic.

Must correct this!

@jgvictores jgvictores changed the title YarpOpenraveControlboard supposes revolute joints YarpOpenraveControlboard always does rad/deg conversions (even if prismatic!) Nov 29, 2017
@jgvictores jgvictores self-assigned this Nov 29, 2017
@jgvictores
Copy link
Member Author

While not critical, I'd like to solve this before getting into #36 (or allowing the device to grow much more). Assigned high priority and blocking #36.

@jgvictores
Copy link
Member Author

Blocking #36.

@jgvictores
Copy link
Member Author

jgvictores commented Dec 16, 2017

Wanted to first check if there were conversion functions in OpenRAVE. Apparently not.

@jgvictores
Copy link
Member Author

Done at a344cfb.

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

No branches or pull requests

1 participant