GithubHelp home page GithubHelp logo

ma_rrt_path_plan's Introduction

RRT with multiple remote goals.

This repository contains the ROS package with code implementation of RRT-based path planning algorithm suitable for exploration of a trackdrive circuit according to the rules of Formula Student Driverless competition in Germany. This algorithm is based on my contribution to E-gnition, a FS Team of Technical University Hamburg.

Basic animation of the approach

A brief introduction to the main steps of the proposed algorithm is given in my Master's thesis presentation (direct timestamp).

Notes

  • The algorithm does not utilize the cones' color information, but instead a simple logic is used, which rewards the branches with cones from both sides (see findBestBranch(...) method), and penalizes the branches having cones only from one side. With cone classification information a better rating system can be implemented and applied.
  • Unfortunately I wasn't able to test and see this algorithm working on real hardware, a FS Driverless car, so I am excited if you can bring it the reality on any mobile robot and share some videos with me (see section Usage)

Usage

Inputs, outputs, params

Inputs

  • rospy.Subscriber("/map", Map, ...)
  • rospy.Subscriber("/odometry", Odometry, ...)

Outputs

  • rospy.Publisher("/waypoints", WaypointsArray, ...)

Outputs (Visuals)

  • rospy.Publisher("/visual/tree_marker_array", MarkerArray, ...)
  • rospy.Publisher("/visual/best_tree_branch", Marker, ...)
  • rospy.Publisher("/visual/filtered_tree_branch", Marker, ...)
  • rospy.Publisher("/visual/delaunay_lines", Marker, ...)
  • rospy.Publisher("/visual/waypoints", MarkerArray, ...)

Parameters to tune (main)

  • planDistance = 12 m - Maximum length of tree branch
  • expandDistance = 1 m - Length of tree node/step
  • expandAngle = 20 deg - constraining angle for next tree nodes
  • coneObstacleSize = 1.1 m - size of obstacles derived from cone position
  • coneTargetsDistRatio = 0.5 - ratio to frontConesDist for deriving remote cone goals

Licence

MIT

  • Use me and my code in any way you want
  • Keep the names and the same licence

ma_rrt_path_plan's People

Contributors

maxmagazin 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.