arcor2 icon indicating copy to clipboard operation
arcor2 copied to clipboard

Robot class should have API for getting joint limits

Open ZdenekM opened this issue 3 years ago • 0 comments

Right now, ARServer is not able to check, if manually set joint values are within an acceptable range. The Robot class should have API for getting those. Those could be by default read-out from a robot's URDF for example. There should be a possibility to override that method (hardcoded values, getting it through REST call).

There are some URDF-related libraries around:

  • https://github.com/mmatl/urdfpy
  • https://github.com/ros/urdf_parser_py
  • https://github.com/Phylliade/ikpy

ZdenekM avatar Nov 03 '20 17:11 ZdenekM