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
cs:ros:tutorials:start [2016/09/10 13:55]
James Irwin
cs:ros:tutorials:start [2016/09/23 21:34] (current)
Brandon Kallaher [ROS Tutorials]
Line 1: Line 1:
 ===== ROS Tutorials ===== ===== ROS Tutorials =====
 +The [[ros>​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 ]]