Skip to content

Releases: KavrakiLab/vamp

v0.3.0 - End-effector Attachments

26 Jun 21:13
df6120a
Compare
Choose a tag to compare

What's Changed

  • Add support to add custom end-effector attachments for Panda, UR5, and Fetch in #18
  • Example OMPL Integration Script in #16
  • Various bug fixes

Attachments

See the scripts/atttachments.py for an example of how to attach custom geometry to the end-effectors of the UR5, Panda, and Fetch robots.

Initial CAPT Release

06 Jun 16:53
0cc51b8
Compare
Choose a tag to compare

This release contains the implementation of the Collision-Affording Point Tree (CAPT) from the forthcoming RSS 2024 paper “Collision-Affording Point Trees: SIMD-Amenable Nearest Neighbors for Fast Collision Checking” (http://arxiv.org/abs/2406.02807). The CAPT enables fast collision checking of our spherized robot models against pointcloud data, and has an average query time of less than 10 nanoseconds on 3D scenes composed of thousands of points.

Initial Release

23 Apr 18:35
Compare
Choose a tag to compare
Initial public release of VAMP

Co-authored-by: Wil Thomason <[email protected]>