Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 634 Bytes

Motion Planning with CVAE

Reproduction of B. Ichter, J. Harrison and M. Pavone, ”Learning Sampling Distributions for Robot Motion Planning,” 2018 IEEE International Conference on Robotics and Automation (ICRA), Brisbane, QLD, 2018, pp. 7087-7094.

Retrieved from https://arxiv.org/abs/1709.05448

To clone this repo:

git clone --recursive https://github.com/RogerQi/CVAE_Motion_Planning

TODOs

  • Speed up collision detection
    • Use numpy vectorizaed Ops to support parallel configuration tests
    • BVH?
  • Speed up sampling-based planning with spatial data structures
    • R-tree/Rebalancing KD-Tree/Ball tree