Skip to content

mtt-ben/motion-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motion-planner

Sampling-based motion planning for robotic manipulators in configuration space.

Algorithms

  • RRT — grows one tree toward random samples
  • RRT-Connect — bidirectional search with greedy connection
  • RRT* — asymptotically optimal variant with rewiring

All solvers implement Solver<N> for fixed configuration dimension N (typical for arms: 6 or 7).

Quick start

cargo run --bin arm-planner-demo
cargo test

License

MIT OR Apache-2.0

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages