Git Product home page Git Product logo

astar_ackermann_planner's Introduction

An implementation of A* path planning algorithm that takes into account non-holonomic constraints of the robot. Ideas behind it are described in the Stanford paper. This repositroy also contains a plugin that allows to use the planner with ROS navigation stack

Requirements

To build this repository you need ROS, the code has been tested with kinetic version. Also, you need to install ROS Navigation Stack, to install on a system level, run sudo apt-get install ros-kinetic-navigation `

Setup

  1. Copy this repository into your catkin workspace.
  2. Build your workspace and source devel/setup.bash
  3. Check that the plugin exists:

rospack plugins --attrib=plugin nav_core | grep "astar_ackermann_planner"

Usage

  1. Create a config file for the planner, an example:
AStarAckermannPlanner:
  default_tolerance: 0.5
  turning_radius: 8.0
  step_size: 0.2
  max_allowed_time: 20
  1. In your launch file
<launch>
  ...
  <node pkg="move_base" type="move_base" name="move_base">
    ...
    <rosparam file="path-to-planner-config-file.yaml" command="load"/>
    <param name="base_global_planner" value="astar_ackermann_planner::AStarAckermannPlanner"/>
</node>
</launch>

Testing

Note: make sure that roscore is running, otherwise testing will run forever.

Run catkin build astar_ackermann_planner --no-deps --catkin-make-args run_tests

To check results run catkin_test_results build

astar_ackermann_planner's People

Contributors

melkonyan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.