Skip to content

LwXxz/Robot_Planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot_Planning

This is an introductory project about motion planning for mobile robots. The main content includes graph search-based algorithms (A*, jps), sampling-based algorithms (RRT, RRT*), path planning considering object dynamic constraints, and clsed-form and numerical way to generate trajectories.

Prerequisities

  • Ubuntu 18.04 with ros-melodic
  • eigen3
  • pcl-1.8
  • ompl-1.6.0
  • osqp and osqp-eigen
  • cmake version > 3.20

How to use?

git clone https://github.com/LwXxz/Robot_Planning.git
cd [the project]
catkin_make
source ./devel/setup.bash
roslaunch [node name] [launch file]

reference: https://github.com/teamo1996/Motion-plan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages