GithubHelp home page GithubHelp logo

ganwy2017 / codrha_local_planner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sichitong/codrha_local_planner

0.0 1.0 0.0 5.35 MB

Distributed multi-robot local motion planner plugin for ROS navigation stack

License: GNU General Public License v3.0

CMake 0.58% Python 16.73% C++ 82.10% Shell 0.60%

codrha_local_planner's Introduction

DRHMP plugin for ROS navigation stack

vid

Dependencies

ROS (assuming ros-indigo-desktop-full already installed):

sudo apt-get install ros-indigo-navigation -y
sudo apt-get install ros-indigo-nlopt -y
sudo apt-get install ros-indigo-gmapping -y
sudo apt-get install ros-indigo-turtlebot -y

G++ 4.9:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9

For using matplotlib whithin cpp code when testing:

sudo apt-get install python-gtk2 python-gtk2-dev -y
sudo apt-get install gtkmm-2.4 -y

CMake 3:

sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:george-edison55/cmake-3.x
sudo apt-get update

When cmake is not yet installed:

sudo apt-get install cmake

When cmake is already installed:

sudo apt-get upgrade

Fix nlopt lib (no need for kinetic):

sudo ln -s /opt/ros/indigo/lib/libnlopt_cxx.so /opt/ros/indigo/lib/libnlopt_cxx.so.0

Logs:

log_image

Send goal to robot

rostopic pub tb00/move_base/goal move_base_msgs/MoveBaseActionGoal '{ header: { seq: 0, stamp: 0, frame_id: "map"}, goal_id: { stamp: 0, id: "map" }, goal: {target_pose: {header: {seq: 0, stamp: 0, frame_id: "map"}, pose:{position:{x: 0., y: 0., z: 0\. }, orientation:{x: 0., y: 0., z: 0., w: 1.}}}}}'

Multi-robot setup

Environment variables:

export ROS_NAMESPACE=tb00
export TURTLEBOT_NAME=tb00

Launch file:

<param name="tf_prefix" value="tb00_tf" />

Took the following out from demo.launch

<arg name="scan_topic" value="/scan"/>
rosrun kobuki_ftdi create_udev_rules
chrt --rr 99 roslaunch turtlebot_2dnav 2d_nav_demo.launch

codrha_local_planner's People

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.