dart icon indicating copy to clipboard operation
dart copied to clipboard

Clamp joint positions by the joint limits when setting the joint positions

Open jslee02 opened this issue 6 years ago • 0 comments

The joint positions can be set to the out of the joint limits by the joint position setters without any warnings.

Possible changes:

  • add flag whether to clamp the joint positions by the limits
  • print warnings when the new joint position is out of the limits

jslee02 avatar Jul 30 '19 03:07 jslee02