https://github.com/gokulp01/rip-planner
RiP: RTD based (Ri)sk Aware (P)lanner
https://github.com/gokulp01/rip-planner
path-planning planner risk-aware-planner robotics rtd-planner
Last synced: 17 days ago
JSON representation
RiP: RTD based (Ri)sk Aware (P)lanner
- Host: GitHub
- URL: https://github.com/gokulp01/rip-planner
- Owner: gokulp01
- License: mit
- Created: 2023-01-24T21:22:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T13:28:02.000Z (over 1 year ago)
- Last Synced: 2025-05-07T21:03:49.864Z (17 days ago)
- Topics: path-planning, planner, risk-aware-planner, robotics, rtd-planner
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RiP-Planner
RiP: Reachability based (Ri)sk Aware (P)lannerRiP is a path planning algorithm which leverages the technique of reachability based trajectory design to generate a minimum risk path for a vehicle in the presence of obstacles. The risk is minimized by assigining risk boundaries around the obstacles and then optimizing the path for length as well as risk. This algorithm is most suited for cases where the obstacles are adverserial and missions where safety is of utmost priority.
A sample output of our algorithm is as shown in the figure below. As can be clearly observed, the final trajectory generated avoids the low risk zone for as long as possible and entirely avoids the high risk zone.
