Git Product home page Git Product logo

pluto_robot's Introduction

Pluto

pluto_robot

Maintainers

Installation from Repository

If you want to install the robot with its configuration and launch files from the repository just follow the next steps. Otherwise use sudo apt install ros-medlod-pluto-robot

1. Install wstool

sudo apt install python-wstool
mkdir -p ~/pluto_ws/src

2. Use wstool to pull all required packages

cd ~/pluto_ws
wstool init src https://raw.githubusercontent.com/uos/uos_rosinstalls/master/pluto.rosinstall
wstool update -t src

3. Use rosdep to install all

sudo apt-get install python-rosdep
sudo rosdep init
rosdep update
rosdep install --from-paths src --ignore-src -r -y

4. Build and source the workspace

catkin_make
source devel/setup.bash

Pluto in Simulation

You can use Pluto in an outdoor simulation environment. We provides several datasets and the corresponding environments for the Gazebo simulation. For navigation purposes the corresponding navigation launch file should be started, too. The following simulation environments are currently available:

  • Botanical Garden at Osnabrück University: roslaunch pluto_gazebo pluto_botanical_garden.launch
  • Stone Quarry in the Forest in Brockum: roslaunch pluto_gazebo pluto_stone_quarry.launch
  • Physics building at Osnabrück University: roslaunch pluto_gazebo pluto_physics.launch

Pluto in Real Life

After the roscore has been started a provided launchfile starts the general functionalities of the robot, e.g. driving, Velodyne point scanning, reading IMU, etc: roslaunch pluto_bringup pluto.launch

Pluto Mesh Navigation

The mesh_navigation stack provides a navigation server for Move Base Flex. It provides a couple of configuration files and launch files to start the navigation server with the configured layer plugins for the layered mesh map, and the configured planners and controller to perform path planning and motion control in 3D (or more specifically on 2D-manifold).

See the Demo Video:
Mesh Navigation with Pluto

For more information take a look at the package pluto_navigation.

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.