Skip to content

Path planning using self-adjusting roadmaps for unknown environments

Notifications You must be signed in to change notification settings

anubhavparas/self-adjusting-roadmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Path planning using self-adjusting roadmaps for unknown environments

Following are the instructions to run the code:
  • In the terminal where you can run python scripts go to the directory where the above files are located
  • Make sure you have numpy installed. help
  • For running the main code: Type: $ python main.py
  • Follow the input instructions that will appear once the scripts are executed.
Sample input test cases:

Initial position (x y): -2 -2 Initial Orientation (in degrees): 30 Target position (x y): 4 4 Clearance required (in meters, recommended: 0 to 0.35m): 0

Initial position (x y): -2.54 -3 Initial Orientation (in degrees): 20 Target position (x y): 4 4 Clearance required (in meters, recommended: 0 to 0.35m): 0

alt text

Releases

No releases published

Packages

No packages published

Languages