The Wayback Machine - https://web.archive.org/web/20201030014157/https://github.com/leggedrobotics/se2_navigation
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

Planning and control for car-like vehicles

Overview

Pure pursuit controller and Reeds-Shepp sampling based planner for navigation in SE(2) space. This package has been mainly intended for car-like vehicles, although it can be used with mobile bases too (in that case you might want to check out move_base from ROS).

How is this package different from other SE(2) planning/control packages?

  • Provides planning and control for car like vehicles which are non-holonomic
  • Correctly handles both forward and reverse driving
  • Comes with a minimal set of dependencies
  • Core algorithmics is separated from ros dependent code
  • Tested on real-hardware
  • Comes with a car example
  • Integrated with grid_map package
  • Features visualizatios and rviz planning interface
  • Easily extensible

Warning: At the moment, this planning and control framework uses geometric planners which makes it unsuitable for high-speed driving. It is meant to be used for slow maneuvers, e.g. parking maneuvers.

Released under BSD 3-Clause license.

Author: Edo Jelavic

Maintainer: Edo Jelavic, [email protected]

Navigation with prius Navigation with Menzi Muck M545

Publications

Coming soon

Documentation

This package is split into smaller units each of which features it's own README. Follow these links for more info:

Installation

Refer to car_demo for the details.

Usage

Run the main demo with:
roslaunch car_demo demo_autonomous.launch
See car_demo for the details.

Coming soon

  • Mobile base demo
You can’t perform that action at this time.