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

[BUG]: Incorrect joint limits set #44

Open
evan-palmer opened this issue Jun 28, 2023 · 1 comment
Open

[BUG]: Incorrect joint limits set #44

evan-palmer opened this issue Jun 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working mid priority This is a medium priority issue

Comments

@evan-palmer
Copy link
Collaborator

evan-palmer commented Jun 28, 2023

Issue Description

The joint limits set in the MoveIt2 joint_limits.yaml and alpha.urdf.xacro are incorrectly set. They should be set according to the Reach Alpha datasheet.

Steps to Reproduce

This error exists regardless of steps taken.

Expected Behavior

The joint limits should be set as follows:

  • Joint A: 3 mm/s
  • Joint B: 50 degrees/s
  • Joint C: 30 degrees/s
  • Joint D: 30 degrees/s
  • Joint E: 30 degrees/s

Error Message

No response

Runtime Environment

This error exists regardless of the runtime environment

Additional Context

The related documentation can be found here. The specific document is the Reach Alpha Integration Manual.

@evan-palmer evan-palmer added the bug Something isn't working label Jun 28, 2023
@evan-palmer
Copy link
Collaborator Author

Per a discussion with @hkolano, it will be necessary to update the MoveIt2 RViz2 configuration to increase the joint limits there. The original reason that I set the joint limits higher than the rating was because MoveIt2 was throttling the velocity of the manipulator. I was unaware that MoveIt2 was throttling the velocity and that the throttling factor is configurable. It would be good to adjust that configuration file within the scope of this issue as well.

@evan-palmer evan-palmer added the mid priority This is a medium priority issue label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mid priority This is a medium priority issue
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants