Giter VIP home page Giter VIP logo

effective_robotics_programming_with_ros's Introduction

Effective Robotics Programming with ROS - Third Edition

Effective Robotics Programming with ROS - Third Edition's book tutorials source code.

Authors

Installation

Install ROS Kinetic on a compatible Ubuntu distro following the official instructions provided here.

Install the OpenCV non-free repository:

sudo apt-get install software-properties-common python-software-properties
sudo add-apt-repository --yes ppa:xqms/opencv-nonfree
sudo apt-get update
sudo apt-get install libopencv-nonfree-dev libopencv-nonfree2.4v5

Create a workspace:

mkdir -p ~/dev/catkin_ws/src
cd ~/dev/catkin_ws/src
wstool init

Download the moveit_simple_grasps repository because it's no longer officially available as a debian:

wstool set moveit_simple_grasps -y --git [email protected]:efernandez/moveit_simple_grasps.git

Download this repository:

wstool set ros_book -y --git [email protected]:rosbook/effective_robotics_programming_with_ros.git
wstool up -j8

Install the dependencies:

cd ..
rosdep install --from-paths src -iy

Build the source code:

source /opt/ros/$(rosversion -d)/setup.bash
catkin build -j4 -p4 --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo
source devel/setup.bash

Tutorials

  • Chapter 1: Getting started with ROS (no source code as it covers the installation)
  • Chapter 2: ROS Architecture and Concepts
  • Chapter 3: Visualization and Debugging Tools
  • Chapter 4: 3D Modeling and Simulation
  • Chapter 5: The Navigation Stack - Robot Setups
  • Chapter 6: The Navigation Stack - Beyond Setups
  • Chapter 7: Manipulation with MoveIt!
  • Chapter 8: Using Sensors and Actuators with ROS
  • Chapter 9: Computer Vision
  • Chapter 10: Point Clouds

effective_robotics_programming_with_ros's People

Contributors

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