openarm_ros2/openarm_description
Yue Yin 14f160bba4
fix: malfunctioning launch script (#19)
## Issue
- **openarm_bringup/openarm.launch.py** was launching rviz2 with an
incorrect configuration file.
- The same launch script is intended to execute xacro with a
configurable prefix and support mock hardware. However, these features
were not functioning as the required arguments and plugin initialization
were missing from the xacro files.

## Fix
- Updated the rviz configuration path to the correct file.
- Added the necessary arguments and plugin setup to the relevant xacro
files to enable prefix configuration and mock hardware support.
2025-06-02 14:57:49 +09:00
..
config Relicense to Apache License 2.0 from BSD 3-Clause License (#13) 2025-05-22 16:22:55 +09:00
launch Relicense to Apache License 2.0 from BSD 3-Clause License (#13) 2025-05-22 16:22:55 +09:00
meshes Update urdf 2025-03-11 13:17:59 +09:00
resource Implement openarm ros2_control support with openarm_hardware and openarm_bringup (#2) 2025-03-28 18:05:38 +09:00
rviz Relicense to Apache License 2.0 from BSD 3-Clause License (#13) 2025-05-22 16:22:55 +09:00
urdf fix: malfunctioning launch script (#19) 2025-06-02 14:57:49 +09:00
worlds Relicense to Apache License 2.0 from BSD 3-Clause License (#13) 2025-05-22 16:22:55 +09:00
CMakeLists.txt Relicense to Apache License 2.0 from BSD 3-Clause License (#13) 2025-05-22 16:22:55 +09:00
LICENSE Relicense to Apache License 2.0 from BSD 3-Clause License (#13) 2025-05-22 16:22:55 +09:00
package.xml fix: move xml-model declaration above license header (#14) 2025-05-23 16:56:14 +09:00