Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Servo and Spline parameter check #181

@urrsk

Description

@urrsk

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions