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

Servo and Spline parameter check #181

Open
4 tasks
urrsk opened this issue Sep 20, 2023 · 0 comments
Open
4 tasks

Servo and Spline parameter check #181

urrsk opened this issue Sep 20, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@urrsk
Copy link
Member

urrsk commented Sep 20, 2023

Feature summary

Adding checks to avoid a sudden move of the robot using servoj and spline

We have decided to add some limits to how wild command the robot should accept. Motivated by UniversalRobots/Universal_Robots_ROS2_Driver#800

The limit we plane to do:

  • Limit velocity to 360°/sec as this is the limit for the fastest UR joint (UR3e's wrists joints). This is still very fast, but we expect it to catch where the commanding calls have calculated something wrong.
  • Check that spline starting point does is withing the range of 1 mrad. This is a high value for a tolerance, but on the other hand only 1 mm on a meter distance from the single joint.

Tasks

To complete this issue involves

  • Implement the feature
  • Make documentation
  • Make Unit test
  • Test on real hardware
@urrsk urrsk added the enhancement New feature or request label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants