This repository implements different motion planning algorithms for non holonomic robots using ROS. All the algorithms are tested using turtlebot in Gazebo.
In the previous project, holonomic robot behaviour was implemented wherein the robot could move sideways. Vehicles (cars, mobile robots etc) are modelled as non-holonomic robots where a neighbour coordinate along a trajectory given the position and orientation is expressed as -
Where
.
├── Search Based
│ ├── A star
│ └── Dijkstra
|
├── Curve Based
│ ├── Dubins Curve
│ └── Reed Shepp Curve
|
└── Sampling Based
├── RRT
└── RRT*
If you have any questions, please let me know:
- Shaswat Garg {sis_shaswat@outlook.com}