KavrakiLab/vamp

Support for VCC collision checking against point clouds

開放

#110 建立於 2026年6月4日

 (0 則留言) (0 個反應) (1 位負責人)C++ (84 個分叉)github user discovery
enhancementgood first issue

倉庫指標

星標
 (437 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

vamp-vcc is a cool new collision-checking algorithm for robots against point clouds. We should include it!

Performance enhancements to try:

  • Flatten search using index arithmetic to avoid having a layer for each dimension.
    • note: this would make MVTs immutable. A worthy tradeoff? Or perhaps we write a custom allocator...
  • Order collision checks to move radially from the center.
  • Use locality-respecting order for buffers to improve memory locality.
  • Use gather instructions for parallel memory loading.
  • (later) Play around with other extension ideas....

貢獻者指南