diff --git a/mkdocs.yml b/mkdocs.yml index 4e24442..096964f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -169,7 +169,7 @@ nav: - PointCloud Transformation: ./ros1/example_11.md - ArUco Tag Locator: ./ros1/example_12.md - 2D Navigation Goals: ./ros1/example_13.md - - ROS2: + - ROS2 (Beta): - Overview: ./ros2/README.md - Basics: - Getting Started: ./ros2/getting_started.md diff --git a/ros2/README.md b/ros2/README.md index a959d18..b9fe4fc 100644 --- a/ros2/README.md +++ b/ros2/README.md @@ -1,5 +1,7 @@ ![](../images/banner.png) -# Tutorial Track: Stretch ROS2 +# Tutorial Track: Stretch ROS2 (Beta) + +NOTE: ROS2 support for Stretch is currently under active development and is considered 'beta'. This tutorial track is for users looking to become familiar with programming the Stretch RE1 and RE2 via ROS2. We recommend going through the tutorials in the following order: @@ -15,12 +17,12 @@ This tutorial track is for users looking to become familiar with programming the | 6 | [Navigation Stack](navigation_stack.md) | | | 7 | [MoveIt! Basics](moveit_basics.md) | | | 8 | [Follow Joint Trajectory Commands](follow_joint_trajectory.md) | | - +| 14 | [Other Nav Stack Features](other_nav_features.md) | | ## Other Examples