GitXplorerGitXplorer
x

ompl_rrtstar_ros

public
5 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
6144c562dadfb40957bd606b429c942094e1326c

Update README.md

xxmfcx committed 3 years ago
Unverified
a3b16c4899c492e7cc9b5e3d42fc106ca9f50faf

deps

xxmfcx committed 5 years ago
Unverified
e247ff18ac35cd1ff0978aead4bb5c230dbaf8b3

roslaunch

xxmfcx committed 5 years ago
Unverified
16e2fe0b253328572e2cb045a8f7fd31b6c4f9b8

init

xxmfcx committed 5 years ago
Unverified
abeb52b4672946c1b9051ba8041637a6100db961

Initial commit

xxmfcx committed 5 years ago

README

The README file for this repository.

OMPL RRTSTAR ROS

A quick and very dirty implementation of RRT* on ROS. Used https://ompl.kavrakilab.org/optimalPlanningTutorial.html and many other tutorials on StateValidityChecker, StateSampler and MotionValidator.

Dependencies

  • ROS Kinetic or above
sudo apt install ros-`rosversion -d`-ompl \ 
 ros-melodic-map-server

Building and Running

You should see the following

RViz Screenshot