An open API service indexing awesome lists of open source software.

https://github.com/robincpc/ros_tutorials

ROS self-learning tutorials :robot:
https://github.com/robincpc/ros_tutorials

robotics ros

Last synced: about 1 year ago
JSON representation

ROS self-learning tutorials :robot:

Awesome Lists containing this project

README

          

# ROS self-learning Repository
ROS beginner_tutorials

## How to build:
Remove old complied files (if exist) and rebuild
``` bash
# make sure in the same levl of src directory
rm -r devel/ build/
catkin_make
# run setup script
source devel/setup.bash
```

## Material/Reference:
* [Beginner Tutorial](http://wiki.ros.org/ROS/Tutorials)
* [ROS-Industrial Tutorial](https://github.com/ros-industrial/industrial_training)
* [JHU course](https://dscl.lcsr.jhu.edu/courses/me530-707-robot-systems-programming-spring-2017/)