vamp
vamp copied to clipboard
SIMD-Accelerated Sampling-based Motion Planning
Please subscribe to this issue to be notified when we release the open-source code for tracing compiler used to generate the code used by VAMP. We will update this thread...
Hello, Thank you for the effort of creating this software. I'm a PhD student working on robotic manipulations, and I'm planning to try this software to do motion planning due...
**Is your feature request related to a problem? Please describe.** Right now the RRT-Connect planner sometimes generate very sub-optimal paths and changes drastically between two similar states. **Describe the solution...
I recently came across your paper and am impressed with the work you have done. I am interested in testing the evaluation scripts provided on various collision sphere combinations and...
I want the robot to be placed at a specific position in the environment so that I can manually build the world around it using `vamp.Environment()`. I tried modifying the...
This PR extends the CMake configuration for VAMP to expose a header-only library of the core implementation, for use in downstream C++ projects. I have not tested these changes **at...
Implemented RRT* and added script "ao_benchmark.py" to test it.
**Describe the bug** I tried to install vamp through "pip install ./" but encountered an error. The terminal output said "Building wheel vamp (pyproject.toml) did not run successfully" and "core...
Currently work-in-progress, needs per-robot regeneration of FKCC with batch sphere-environment calls.