Sahruday
Sahruday
This Pull request is aimed at changing the python bindings dependency from Pygccxml to Nanobind.
This pull request fixes the badge status for workflows in the readme.
This pull request resolves the merge conflicts in pullrequest #13
This pull request is aimed at updating the build of ompl to solve the issue #14 .
## VAMP Integration: VAMPStateSpace for SIMD-Accelerated Motion Planning ### Overview This PR integrates [VAMP (Vector-Accelerated Motion Planning)](https://github.com/KavrakiLab/vamp) into OMPL through a new state space, `ompl::geometric::VAMPStateSpace`. VAMP leverages CPU SIMD instructions...
## Overview This implementation adds the **tree balancing heuristic** to OMPL's RRT-Connect planner, aligning it with the approach used in the VAMP library and recommended by James Kuffner (co-author of...
# Add comprehensive CI caching to speed up builds (fixes #1161) ## Problem Currently, the Python wheel build process rebuilds Boost, yaml-cpp, and CastXML from source for every Python version...