GithubHelp home page GithubHelp logo

lumosnysm / labrob Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fsuarez6/labrob

0.0 1.0 0.0 1.54 MB

ROS Metapackage for the tutorials in http://www.romin.upm.es/wiki/

CMake 10.26% Python 49.28% C++ 40.46%

labrob's Introduction

labrob

ROS Metapackage for the tutorials in http://www.romin.upm.es/wiki/

Maintainer: Francisco Suárez Ruiz

Documentation

  • See the installation instructions below.
  • This repository.
  • Throughout the various files in the packages.
  • For questions, please use http://answers.ros.org

Build Status

Build Status

Installation

Basic Requirements

  1. Install ROS Kinetic (Base Install Recommended)

Repository Installation

Go to your ROS working directory. e.g.

cd ~/catkin_ws/src

Use the wstool to install the repository

wstool init .
wstool merge https://raw.github.com/fsuarez6/labrob/master/labrob.rosinstall
wstool update

Install any missing dependencies using rosdep:

rosdep update
rosdep install --from-paths . --ignore-src --rosdistro $ROS_DISTRO

Now compile your ROS workspace. e.g.

cd ~/catkin_ws && catkin_make

Testing Installation

Be sure to always source the appropriate ROS setup file:

source ~/catkin_ws/devel/setup.bash

You might want to add that line to your ~/.bashrc

Try to control the robot using the keyboard:

roslaunch labrob_worlds crazy_maze.launch
rosrun labrob_control key_teleop.py

Changelog

0.3.0 (2016-08-26)

  • Made it compatible with ROS kinetic
  • Contributors: fsuarez6

0.2.0 (2014-04-22)

  • Added scoring interface (topics and services)
  • Contributors: fsuarez6, ulikando

0.1.0 (2014-04-07)

  • Initial Release
  • Contributors: fsuarez6, ulikando

labrob's People

Contributors

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