From 09d3364a918cedc4809d7bcf3ffccebf639b56e1 Mon Sep 17 00:00:00 2001 From: Kevin Jiang <127545683+ANonABento@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:41:42 +0900 Subject: [PATCH] Updated README.md for jazzy patch part minor changes to wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97b0ce6..1d73a4e 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ Edit the test source file: ```sh nano ~/ros2_ws/src/openarm_ros2/openarm_hardware/test/test_openarm_hardware.cpp ``` -Find the line: +Find the line near the bottom: ```sh - hardware_interface::ResourceManager rm(urdf); + ASSERT_NO_THROW(hardware_interface::ResourceManager rm(urdf)); ``` Replace it with: ```sh