User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cs:ros:tutorials:start [2016/09/10 13:55]
James Irwin
cs:ros:tutorials:start [2016/09/23 21:34]
Brandon Kallaher [Command Line Tools]
Line 1: Line 1:
 ===== ROS Tutorials ===== ===== ROS Tutorials =====
 +The [[http://​wiki.ros.org/​ROS/​Tutorials|official ROS tutorials]] are very comprehensive,​ however I found the way they present ROS to a beginner results in a very steep learning curve. Here is our own set of tutorials, which are a work in progress. I may reference tutorials from other sites if I find them useful.
  
 ==== Pre-requisites ==== ==== Pre-requisites ====
Line 57: Line 58:
  
  
- +=== How to Write a ROS Node === 
 +Check out these tutorials for whatever language you're using: [[ros>​ROS/​Tutorials/​WritingPublisherSubscriber(c%2B%2B) | C++ ]] 
 +[[ros>​ROS/​Tutorials/​WritingPublisherSubscriber(python) | Python ]]