ROS Reading Materials ===================== ROS Wiki -------- - `ROS Tutorials main website `_ - `rospy tutorials main website `_ ROS Conventions --------------- - `REP 103 Standard Units of Measure and Coordinate Conventions `_ (please read, the most important one) - `REP 105 Coordinate Frames for Mobile Platforms `_ - `REP 144 ROS Package Naming `_ ROS Reading Guideline --------------------- In the following we list the most important tutorials. (Read them in order.) #. `Installing and Configuring Your ROS Environment `_ #. `Creating a ROS Package `_ #. `Understanding ROS Nodes `_ #. `Understanding ROS Topics `_ #. `Writing a Simple Publisher and Subscriber (Python) `_ Some important concepts. - `ROS Core `_ and `ROS Master `_ - `ROS Message `_ - `ROS Launch `_ and `Command Line Tools `_ - `Graph Resource Names `_ Command line tools for debugging. - `Command line tools main page `_ - `rosnode `_ - `rostopic `_ - `rqt_graph `_