Skip to content

A path planning algorithm that can be applied over other existing algorithms to improve their performance.

License

Notifications You must be signed in to change notification settings

svr8/SegmentedPathPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3a1ae5 · Apr 1, 2021

History

56 Commits
Sep 21, 2020
Sep 21, 2020
Sep 21, 2020
Apr 1, 2021
Sep 27, 2020
Apr 1, 2021
Sep 17, 2020
Oct 3, 2020
Sep 21, 2020
Sep 19, 2020
May 6, 2020
Apr 1, 2021
Apr 1, 2021
Sep 17, 2020
Sep 23, 2020

Repository files navigation

SegmentedPathPlanner

This is the implementation of path planning approach proposed in the paper Segmented Approach to Path Planning.

System Requirements

  • GCC version >= 9.3.0 to run path planning algorithms
  • make
  • python3 to run map generator and visualiser (with numpy, matplotlib packages)

How to Run

Execute the following commands in root directory of this project.

  • make clean build run_custom to run tests on custom dense map datasets.
  • make clean build run_movingai to run tests on Dragon Age: Origins game datasets.

Documentation

Please find the complete documentation here.

Copyright © 2021 Manipal University Jaipur

Author(s): Shikhar Vaish; Shreyam; Sunita Singhal

About

A path planning algorithm that can be applied over other existing algorithms to improve their performance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published