Updated README.md for jazzy patch part

minor changes to wording
This commit is contained in:
Kevin Jiang 2025-06-24 17:41:42 +09:00 committed by GitHub
parent 5f79dd9a3e
commit 09d3364a91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,9 +86,9 @@ Edit the test source file:
```sh ```sh
nano ~/ros2_ws/src/openarm_ros2/openarm_hardware/test/test_openarm_hardware.cpp nano ~/ros2_ws/src/openarm_ros2/openarm_hardware/test/test_openarm_hardware.cpp
``` ```
Find the line: Find the line near the bottom:
```sh ```sh
hardware_interface::ResourceManager rm(urdf); ASSERT_NO_THROW(hardware_interface::ResourceManager rm(urdf));
``` ```
Replace it with: Replace it with:
```sh ```sh