Coder Social home page Coder Social logo

breadcrumb's Introduction

breadcrumb

An A* path planner for grid-based navigation

Download & Compile

cd ~/catkin_ws/src
git clone https://github.com/qutas/breadcrumb
cd ~/catkin_ws
catkin_make
source ~/catkin_ws/devel/setup.bash

Updating

roscd breadcrumb
git pull
cd ~/catkin_ws
catkin_make
source ~/catkin_ws/devel/setup.bash

Usage

This node listens for an OccupancyGrid and will advertise a service which can be called to do path planning within this grid space.

Running Breadcrumb

First, copy the launch file and open it to edit:

mkdir -p ~/catkin_ws/launch
cd ~/catkin_ws/launch
roscp breadcrumb breadcrumb.launch ./
nano breadcrumb.launch

At this point, you will have to uncomment the grid remap command to tell breadcrumb which occupancy grid to connect to:

<remap from="~grid" to="/grid" />

You can now run breadcrumb:

roslaunch ~/catkin_ws/breadcrumb.launch

If breadcrumb stops with the message [Breadcrumb] Waiting for occupancy grid, then it is waiting to recieve the grid. You will recieve the message [Breadcrumb] Received a new occupancy grid, path planning service started! when breadcrumb has successfully received the occupancy grid and is ready for operation.

Provided Services

  • Request Path
    • Topic: ~request_path
    • Type: breadcrumb/RequestPath
    • Description: This is a service server that allows a service client to query breadcrumb for a path from point A to point B. This interface only becomes available after breadcrumb has received a valid occupancy grid. The response message may return an empty path (size of 0), which represents that no solution could be found.

Subscribed Topics

  • Occupancy Grid
    • Topic: grid
    • Type: nav_msgs/OccupancyGrid
    • Description: This input sets the grid that is used by breadcrumb to perform the path planning steps. This should be connected to a pre-determined occupancy grid.

Published Topics

The breadcrumb path planner does not publish to any topics.

Credit

This package utilizes source code developed by github user daancode.

breadcrumb's People

Contributors

pryre avatar

Stargazers

 avatar  avatar

Watchers

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