Giter VIP home page Giter VIP logo

pathplanner's Introduction

Path Planner

Simple library for smooth path planning along control points for differential wheeled robot. Just specify robot width, limit speed and acceleration for the wheels and you are ready to go! "Enjoy the smoothness of the motion"

This library was initially written for robot Aranka, which competed at Robotic Day 2016. Algorithm for final path shape was inspired by SmoothPlanner, however whole speed computation is my own work, as the SmoothPathPlanner library does not compute speed correctly. It does not follow specified speed and acceleration constraints and also the speed profiles for left and right wheel do not yield desired robot motion.

Example output

Output of PathPlanner

Usage

The library is header only and the only dependency is Atoms library. To compile it you need to use C++11. For example usage see demo, which allows you to use PathPlanner from command line.

Trajectory parameters

Please see declaration of PathPlanner::Params, where you can find brief description of the parameters.

Contributing & issues

Feel free to submit issues, enhancement requests and pull requests.

pathplanner's People

Contributors

yaqwsx avatar

Watchers

James Cloos 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.