Skip to content

RuiFeiHe/RobotNavigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotNavigation

Augmented A* with feedback control.

Course Project, EE 86120080 Robotics, ZJU, 2019 Fall.

浙江大学 控制学院 机器人学 课程作业

Results

Methodology

Task 1

Requirement: plan the path between the start and the end that avoids all the obstacles.

Method: use A* algorithm to get a rough solution, and then use Theta* (Augmented version of A*) to ensure the solution is the shortest path.

Task2

Requirement: send message to control the robot and make it move from the start to the end without running into any obstacle.

Method: use advised version of feedback algorithm to let the robot move close to the planned path.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages