• Diff for "ROS/Tutorials"
Differences between revisions 152 and 153
Revision 152 as of 2012-11-07 14:05:27
Size: 5526
Comment:
Revision 153 as of 2012-11-16 19:00:11
Size: 1808
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 1. [[ROS/Tutorials/InstallingandConfiguringROSEnvironment|Installing and Configuring Your ROS Environment]]
   This tutorial walks you through installing ROS and setting up your ROS environment on your computer.
Line 7: Line 5:
 1. [[ROS/Tutorials/NavigatingTheFilesystem|Navigating the ROS Filesystem]]
   This tutorial introduces ROS filesystem concepts, and covers using the roscd, rosls, and [[rospack]] command-line tools.

 1. [[ROS/Tutorials/CreatingPackage|Creating a ROS Package]]
   This tutorial covers using [[roscreate|roscreate-pkg]] to create a new package, and [[rospack]] to list package dependencies.

 1. [[ROS/Tutorials/BuildingPackages|Building a ROS Package]]
   This tutorial covers using [[rosmake]] to build a package.

 1. [[ROS/Tutorials/UnderstandingNodes|Understanding ROS Nodes]]
   This tutorial introduces ROS graph concepts and discusses the use of [[roscore]], [[rosnode]], and rosrun command-line tools.

 1. [[ROS/Tutorials/UnderstandingTopics|Understanding ROS Topics]]
   This tutorial introduces ROS topics as well as using the [[rostopic]] and [[rxplot]] command-line tools.

 1. [[ROS/Tutorials/UnderstandingServicesParams|Understanding ROS Services and Parameters]]
   This tutorial introduces ROS services, and parameters as well as using the [[rosservice]] and [[rosparam]] command-line tools.

 1. [[ROS/Tutorials/UsingRxconsoleRoslaunch|Using rxconsole and roslaunch]]
   This tutorial introduces ROS using [[rxconsole]] and rxloggerlevel for debugging and [[roslaunch]] for starting many nodes at once.

 1. [[ROS/Tutorials/UsingRosEd|Using rosed to edit files in ROS]]
   This tutorial shows how to use [[rosbash|rosed]] to make editing easier.

 1. [[ROS/Tutorials/CreatingMsgAndSrv|Creating a ROS msg and srv]]
   This tutorial covers how to create and build msg and srv files as well as the [[rosmsg]], rossrv, roscp, and [[rosmake]] commandline tools.

 1. [[ROS/Tutorials/WritingPublisherSubscriber(python)|Writing a Simple Publisher and Subscriber (Python)]]
   This tutorial covers how to write a publisher and subscriber node in python.

 1. [[ROS/Tutorials/WritingPublisherSubscriber(c++)|Writing a Simple Publisher and Subscriber (C++)]]
   This tutorial covers how to write a publisher and subscriber node in C++.

 1. [[ROS/Tutorials/ExaminingPublisherSubscriber|Examining the Simple Publisher and Subscriber]]
   This tutorial examines running the simple publisher and subscriber.

 1. [[ROS/Tutorials/WritingServiceClient(python)|Writing a Simple Service and Client (Python)]]
   This tutorial covers how to write a service and client node in python.

 1. [[ROS/Tutorials/WritingServiceClient(c++)|Writing a Simple Service and Client (C++)]]
   This tutorial covers how to write a service and client node in C++.

 1. [[ROS/Tutorials/ExaminingServiceClient|Examining the Simple Service and Client]]
   This tutorial examines running the simple service and client.

 1. [[ROS/Tutorials/Recording and playing back data|Recording and playing back data]]
   This tutorial will teach you how to record data from a running ROS system into a .bag file, and then to play back the data to produce similar behavior in a running system

 1. [[ROS/Tutorials/Getting started with roswtf|Getting started with roswtf]]
   Basic introduction to the [[roswtf|roswtf]] tool.

 1. [[ROS/Tutorials/NavigatingTheWiki|Navigating the ROS wiki]]
   This tutorial discusses the layout of the ROS wiki ([[Documentation|ros.org]]) and talks about how to find what you want to know.

 1. [[ROS/Tutorials/WhereNext|Where Next?]]
   This tutorial discusses some of the packages and tutorials you might want to explore next to learn more about using ROS to implement real or simulated robot systems.
<<TutorialChain(ROS/Tutorials/InstallingandConfiguringROSEnvironment)>>

Beginner Level

ROS Tutorial Video Demos at ANU

  1. Installing and Configuring Your ROS Environment

    This tutorial walks you through installing ROS and setting up the ROS environment on your computer.

  2. Navigating the ROS Filesystem

    This tutorial introduces ROS filesystem concepts, and covers using the roscd, rosls, and rospack commandline tools.

  3. Creating a ROS Package

    This tutorial covers using roscreate-pkg or catkin to create a new package, and rospack to list package dependencies.

  4. Building a ROS Package

    This tutorial covers the toolchain to build a package.

  5. Understanding ROS Nodes

    This tutorial introduces ROS graph concepts and discusses the use of roscore, rosnode, and rosrun commandline tools.

  6. Understanding ROS Topics

    This tutorial introduces ROS topics as well as using the rostopic and rqt_plot commandline tools.

  7. Understanding ROS Services and Parameters

    This tutorial introduces ROS services, and parameters as well as using the rosservice and rosparam commandline tools.

  8. Using rqt_console and roslaunch

    This tutorial introduces ROS using rqt_console and rqt_logger_level for debugging and roslaunch for starting many nodes at once. If you use ROS fuerte or ealier distros where rqt isn't fully available, please see this page with this page that uses old rx based tools.

  9. Using rosed to edit files in ROS

    This tutorial shows how to use rosed to make editing easier.

  10. Creating a ROS msg and srv

    This tutorial covers how to create and build msg and srv files as well as the rosmsg, rossrv and roscp commandline tools.

  11. Writing a Simple Publisher and Subscriber (C++)

    This tutorial covers how to write a publisher and subscriber node in C++.

  12. Writing a Simple Publisher and Subscriber (Python)

    This tutorial covers how to write a publisher and subscriber node in python.

  13. Examining the Simple Publisher and Subscriber

    This tutorial examines running the simple publisher and subscriber.

  14. Writing a Simple Service and Client (C++)

    This tutorial covers how to write a service and client node in C++.

  15. Writing a Simple Service and Client (Python)

    This tutorial covers how to write a service and client node in python.

  16. Examining the Simple Service and Client

    This tutorial examines running the simple service and client.

  17. Recording and playing back data

    This tutorial will teach you how to record data from a running ROS system into a .bag file, and then to play back the data to produce similar behavior in a running system

  18. Reading messages from a bag file

    Learn two ways to read messages from desired topics in a bag file, including using the ros_readbagfile script.

  19. Getting started with roswtf

    Basic introduction to the roswtf tool.

  20. Navigating the ROS wiki

    This tutorial discusses the layout of the ROS wiki (wiki.ros.org) and talks about how to find what you want to know.

  21. Where Next?

    This tutorial discusses options for getting to know more about using ROS on real or simulated robots.

Now that you have completed the beginner level tutorials please answer this short questionnaire.

Intermediate Level

More client API tutorials can be found in the relevant package (roscpp, rospy, roslisp)

  1. Creating a ROS package by hand

    • This tutorial explains how to manually create a ROS package.
  2. Managing System Dependencies

    • This tutorial covers using rosdep to install system dependencies.

  3. Roslaunch tips for large projects

    • This tutorial describes some tips for writing roslaunch files for large projects. The focus is on how to structure launch files so they may be reused as much as possible in different situations. We'll use the 2dnav_pr2 package as a case study.
  4. Running ROS across multiple machines

    • This tutorial explains how to start a ROS system using two machines. It explains the use of ROS_MASTER_URI to configure multiple machines to use a single master.

  5. Defining Custom Messages

  6. Writing a Tutorial

Wiki: ROS/Tutorials (last edited 2022-11-02 18:40:34 by TullyFoote)