From 35a91e426bb7787fce57ea37b86b6987b6a0a22b Mon Sep 17 00:00:00 2001 From: openhands Date: Sat, 15 Aug 2026 07:50:08 +0000 Subject: [PATCH] Fix tutorial documentation verified issues - Fix MoveStraightIn2D.action field name from 'error_norm' to 'distance' and update description to match actual source file - Update index.rst to acknowledge arm64 support alongside x64 --- docs/source/create_interface_package.rst | 4 ++-- docs/source/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/create_interface_package.rst b/docs/source/create_interface_package.rst index 3b9eb22..1594f65 100644 --- a/docs/source/create_interface_package.rst +++ b/docs/source/create_interface_package.rst @@ -320,7 +320,7 @@ which returns expanded information about all fields of the action # MoveStraightIn2D.action from https://ros2-tutorial.readthedocs.io # Attempts to move from initial position to `desired_position`. # Returns `final_position` achieved. - # Feedback is the norm of the error between `initial_position` and the current position. + # Feedback is the Euclidean distance between `initial_position` and the current position. geometry_msgs/Point desired_position float64 x float64 y @@ -331,4 +331,4 @@ which returns expanded information about all fields of the action float64 y float64 z --- - float32 error_norm + float32 distance diff --git a/docs/source/index.rst b/docs/source/index.rst index 7392d61..5a58354 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -32,7 +32,7 @@ The example code has their own License headers, usually `MIT Licensed `_ tutorials by `Murilo M. Marinho `_, focusing on Ubuntu 24.04 x64 LTS and the programming practices of successful state-of-the-art robotics implementations such as the `SmartArmStack `_ also used in the `AISciencePlatform `_. +`ROS2 Jazzy `_ tutorials by `Murilo M. Marinho `_, focusing on Ubuntu 24.04 x64/arm64 LTS and the programming practices of successful state-of-the-art robotics implementations such as the `SmartArmStack `_ also used in the `AISciencePlatform `_. These tutorials have been the backbone of `EEEN62021 Software for Robotics `_, one of the units of the `MSc Robotics `_ at the `University of Manchester `_.