Giter Site home page Giter Site logo

ros_rrt_bias's Introduction

ros_rrt_bias

this reposity introduce a planner for vehicle parking, create the obstacle map using picture convolution algorithm.

Install dependent lib

  • ROS
  • OMPL
  • fftw3
  • map_server

this project test on the ubuntu20.04

Run launch

  1. enter into the catkin_wsfolder and running:
$ catkin_make
  1. if make is success, then run roslaunch
$ roslaunch src/ros_rrt_bias/luanch/rrt_base_test.launch

after that command, you will see follw window: rviz_init

  1. using the map_server to load the map file
$ rosrun map_server map_server src/ros_rrt_bias/maps/map_test1.yaml

in mapsfolder ,with tree test yamlfile.

rviz_map_load

Related function introduction

this project contain some function as follow:

obstacle map inflate

we use the vehicle footprint convolution with obstacle map to inflate the obstacle map.this algorithm reference the "Fast Collision Checking for Intelligent Vehicle Motion Planning"article.

  • the kernel picture as follow:

kernel picture

  • the obstacle map as follows:

obstacle picture

  • the convolution of two picture as follows:

convolution result

distance map

the grip map as follow:

grid map

  • using the way of "Fast 2-D Distance Transformations"paper ,calculate the distance map as follow:

distance map

the relative-coordinates threshold set to zero.

ros_rrt_bias's People

Contributors

zgh551 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.