Skip to content

arcor2_mocks/0.17.1

Compare
Choose a tag to compare
@ZdenekM ZdenekM released this 17 Feb 14:50
· 178 commits to master since this release

Added

  • Simple collision checking on Scene Service Mock using Open3D ray-casting.
    • Checks whether there is a collision between two points.
    • So far works only for primitive models.
    • Amount of (safety) inflation (in meters) can be controlled by the -i argument or by ARCOR2_SCENE_INFLATION. The default value is 0.01.
  • Debug logging can be turned on by adding -d or setting ARCOR2_SCENE_DEBUG.