wsnewman / learning_ros

repository to accompany "A Systematic Approach to Learning Robot Programming with ROS"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learning_ros

This repository accompanies the text "A Systematic Approach to Learning Robot Programming with ROS". Code examples reside in folders corresponding to chapters.

This entire repository should be cloned to: ~/ros_ws/src (assuming your ros workspace is named "ros_ws" and resides within your home directory). To do so, navigate to ~/ros_ws/src from a terminal and enter: git clone --recursive https://github.com/wsnewman/learning_ros.git and also clone the external packages used with: git clone --recursive https://github.com/wsnewman/learning_ros_external_pkgs_noetic

Then, from a terminal, navigate to ~/ros_ws and compile the code with the command: catkin_make

If you are installing ROS for the first time, see the instructions here: installation scripts

The scripts located at this site automate installation of ROS (consistent with the version and packages used with the learning-ROS code examples). These scripts also install a variety of useful tools.

About

repository to accompany "A Systematic Approach to Learning Robot Programming with ROS"


Languages

Language:C++ 92.2%Language:CMake 6.1%Language:Java 1.4%Language:MATLAB 0.4%