Skip to content

An experience-based 3D A* path planner for an autonomous wheelchair

Notifications You must be signed in to change notification settings

dietriro/autonomous_wc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autonomous Wheelchair

Description

This repository includes an experience-based path planner which has been developed as part of a project with the goal of creating a fully autonomous wheelchair at Oregon State University. The planner is a modified A* algorithm operating on 3D grid-maps. The third dimension is a discretized representation of the robots orientation. The values for the map are learned by driving the robot around manually and incrementing the cells the robot traverses. The A* algorithm then calculates a path according to this experience (cells with higher values are preferred) instead of the shortest path.

About

An experience-based 3D A* path planner for an autonomous wheelchair

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published