diff --git a/mkdocs_rt.yml b/mkdocs_rt.yml index 1a8029f..a6dee8f 100644 --- a/mkdocs_rt.yml +++ b/mkdocs_rt.yml @@ -84,6 +84,7 @@ extra: nav: - Getting Started: ./getting_started.md - Robot Drivers: ./robot_drivers.md + - The Transform Tree: ./tf2.md # - Writing Nodes: ./writing_nodes.md # TODO - Navigation with Nav2: - Overview: ./navigation_overview.md diff --git a/ros2/getting_started.md b/ros2/getting_started.md index e071ff4..7ebdd7e 100644 --- a/ros2/getting_started.md +++ b/ros2/getting_started.md @@ -6,10 +6,13 @@ This tutorial series covers writing ROS 2 software for Stretch. ROS 2 programs c Ensure that: - 1. Your Stretch has the latest robot distribution installed - - These tutorials were written for the latest robot distribution. Take a look at the [Distributions & Roadmap](../../../software/distributions/) guide to identify your current distribution and upgrade if necessary. - 2. You are comfortable developing with Stretch - - If you've never developed with Stretch before or are new to programming, check out the [Developing with Stretch](../../developing/basics/) tutorial series. In particular, the [Using ROS 2 with Stretch](#TODO) tutorial from that series is a good resource for those new to ROS 2. + 1. Your Stretch has the latest software installed + - These tutorials were written for Ubuntu 22.04 and ROS2 Humble. Take a look at the [Distributions & Roadmap](../../../software/distributions/) guide to identify your current distribution and upgrade if necessary. + 2. You are comfortable with Linux, the command line, and Python + - If you are new to programming, check out the [Developing with Stretch](../../developing/basics/) tutorial series. + 3. Your Stretch is able to move freely about its environment + - Use an untethered set-up to connect to your robot, such as Remote Desktop software or using SSH + ROS2 networking. These tutorials were written assuming you've set up the [Moonlight Remote Desktop software](../../getting_started/connecting_to_stretch#untethered-setup) from the Getting Started tutorial series. +