Skip to content

hlc1209/MotionPlanning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MotionPlanning

Real-Time Sample-based Planner with Artificial Potential Field for Dynamic Obstacle Avoidance

This is the Motion Planning Final Project created by Yukyu Chan and Hanlong Chen.

The simulation is built on top of Dawei Zhang's Geomagic Touch teleoperator project: Haptic-shared-control:GitHub Pages. The haptic-shared-control project provided us with the platform to simulate the environment we would later build our algorithm on.

In order to run the simulation: Open the Geomagic Touch interface:

roslaunch geomagic_control geomagic.launch

Create the environmnt by running:

rosrun using_markers using_markers
rosrun using_markers static_obstacles

Run the manager:

rosrun planner manager_v2.py

Run RRT*:

rosrun planner rrt_star

Run Potential field:

rosrun planner potential_field.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 56.6%
  • CMake 23.3%
  • Python 7.6%
  • C++ 6.4%
  • Common Lisp 4.1%
  • C 1.4%
  • Shell 0.6%