diff --git a/.gitattributes b/.gitattributes
index c84240117d4360452d9d8ac854cec7dd144187a3..b4bc63d821ff7b56ff5e3d4e8de6bb78c17f42f7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -16,3 +16,41 @@
*.pkl filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.hdf5 filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/L_Link_1.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/L_Link_2.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/L_Link_3.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/L_Link_4.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/L_Link_5.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/L_Link_6.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/L_Link_7.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/R_Link_1.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/R_Link_2.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/R_Link_3.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/R_Link_4.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/R_Link_5.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/R_Link_6.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/R_Link_7.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/base_link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/head_link1.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/head_link2.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/l_base_link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/l_camera_rolink.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/ltool_Left_1_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/ltool_Left_2_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/ltool_Left_Support_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/ltool_Right_1_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/ltool_Right_2_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/ltool_Right_Support_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/ltool_base_link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/platform_base_link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/r_base_link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/r_camera_rolink.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/rtool_Left_1_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/rtool_Left_2_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/rtool_Left_Support_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/rtool_Right_1_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/rtool_Right_2_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/rtool_Right_Support_Link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/rtool_base_link.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/wheellink_l.STL filter=lfs diff=lfs merge=lfs -text
+RS-02/meshes/wheellink_r.STL filter=lfs diff=lfs merge=lfs -text
diff --git a/RS-02/CMakeLists.txt b/RS-02/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9d68969a74b7ac8c28153ba1e0847716009c2f6d
--- /dev/null
+++ b/RS-02/CMakeLists.txt
@@ -0,0 +1,14 @@
+cmake_minimum_required(VERSION 2.8.3)
+
+project(RS-02)
+
+find_package(catkin REQUIRED)
+
+catkin_package()
+
+find_package(roslaunch)
+
+foreach(dir config launch meshes urdf)
+ install(DIRECTORY ${dir}/
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
+endforeach(dir)
diff --git a/RS-02/config/joint_names_RS-02.yaml b/RS-02/config/joint_names_RS-02.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..672ac9aff3412520be5feeca4aa9be51794026e5
--- /dev/null
+++ b/RS-02/config/joint_names_RS-02.yaml
@@ -0,0 +1,2 @@
+controller_joint_names: ['', 'wheeljoint_r', 'wheeljoint_l', 'platform_base_joint', ]
+
diff --git a/RS-02/export.log b/RS-02/export.log
new file mode 100644
index 0000000000000000000000000000000000000000..0feed9e6bcb2ef89426627e0e99c773eccd9d674
--- /dev/null
+++ b/RS-02/export.log
@@ -0,0 +1,209 @@
+2025-07-01 15:43:01,130 INFO Logger.cs: 70 -
+--------------------------------------------------------------------------------
+2025-07-01 15:43:01,244 INFO Logger.cs: 71 - Logging commencing for SW2URDF exporter
+2025-07-01 15:43:01,253 INFO Logger.cs: 73 - Commit version 1.6.0-1-g15f4949
+2025-07-01 15:43:01,254 INFO Logger.cs: 74 - Build version 1.6.7594.29634
+2025-07-01 15:43:01,280 INFO SwAddin.cs: 192 - Attempting to connect to SW
+2025-07-01 15:43:01,281 INFO SwAddin.cs: 197 - Setting up callbacks
+2025-07-01 15:43:01,282 INFO SwAddin.cs: 201 - Setting up command manager
+2025-07-01 15:43:01,283 INFO SwAddin.cs: 204 - Adding command manager
+2025-07-01 15:43:01,289 INFO SwAddin.cs: 263 - Adding Assembly export to file menu
+2025-07-01 15:43:01,290 INFO SwAddin.cs: 272 - Adding Part export to file menu
+2025-07-01 15:43:01,290 INFO SwAddin.cs: 210 - Adding event handlers
+2025-07-01 15:43:01,689 INFO SwAddin.cs: 217 - Connecting plugin to SolidWorks
+2025-07-01 18:12:16,648 INFO SwAddin.cs: 294 - Assembly export called for file 装配图-URDF.SLDASM
+2025-07-01 18:12:18,726 INFO SwAddin.cs: 313 - Saving assembly
+2025-07-01 18:12:20,618 INFO SwAddin.cs: 316 - Opening property manager
+2025-07-01 18:12:20,657 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 装配图-URDF.SLDASM
+2025-07-01 18:12:20,747 INFO ExportHelperExtension.cs: 1136 - Found 35 in 装配图-URDF.SLDASM
+2025-07-01 18:12:20,748 INFO ExportHelperExtension.cs: 1145 - Found 4 features of type [CoordSys] in 装配图-URDF.SLDASM
+2025-07-01 18:12:20,749 INFO ExportHelperExtension.cs: 1148 - Proceeding through assembly components
+2025-07-01 18:12:20,783 INFO ExportHelperExtension.cs: 1160 - 4 components to check
+2025-07-01 18:12:20,785 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 基座-1
+2025-07-01 18:12:20,786 INFO ExportHelperExtension.cs: 1136 - Found 179 in 基座-1
+2025-07-01 18:12:20,787 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 基座-1
+2025-07-01 18:12:20,787 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 胸部-1
+2025-07-01 18:12:20,788 INFO ExportHelperExtension.cs: 1136 - Found 246 in 胸部-1
+2025-07-01 18:12:20,789 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 胸部-1
+2025-07-01 18:12:20,790 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 左侧轮子-1
+2025-07-01 18:12:20,791 INFO ExportHelperExtension.cs: 1136 - Found 22 in 左侧轮子-1
+2025-07-01 18:12:20,791 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 左侧轮子-1
+2025-07-01 18:12:20,792 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 右侧轮子-1
+2025-07-01 18:12:20,792 INFO ExportHelperExtension.cs: 1136 - Found 22 in 右侧轮子-1
+2025-07-01 18:12:20,793 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 右侧轮子-1
+2025-07-01 18:12:20,804 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 装配图-URDF.SLDASM
+2025-07-01 18:12:20,805 INFO ExportHelperExtension.cs: 1136 - Found 35 in 装配图-URDF.SLDASM
+2025-07-01 18:12:20,805 INFO ExportHelperExtension.cs: 1145 - Found 3 features of type [RefAxis] in 装配图-URDF.SLDASM
+2025-07-01 18:12:20,806 INFO ExportHelperExtension.cs: 1148 - Proceeding through assembly components
+2025-07-01 18:12:20,807 INFO ExportHelperExtension.cs: 1160 - 4 components to check
+2025-07-01 18:12:20,807 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 基座-1
+2025-07-01 18:12:21,015 INFO ExportHelperExtension.cs: 1136 - Found 179 in 基座-1
+2025-07-01 18:12:21,016 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 基座-1
+2025-07-01 18:12:21,016 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 胸部-1
+2025-07-01 18:12:21,017 INFO ExportHelperExtension.cs: 1136 - Found 246 in 胸部-1
+2025-07-01 18:12:21,019 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 胸部-1
+2025-07-01 18:12:21,020 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 左侧轮子-1
+2025-07-01 18:12:21,020 INFO ExportHelperExtension.cs: 1136 - Found 22 in 左侧轮子-1
+2025-07-01 18:12:21,021 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 左侧轮子-1
+2025-07-01 18:12:21,021 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 右侧轮子-1
+2025-07-01 18:12:21,022 INFO ExportHelperExtension.cs: 1136 - Found 22 in 右侧轮子-1
+2025-07-01 18:12:21,022 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 右侧轮子-1
+2025-07-01 18:12:22,426 INFO SwAddin.cs: 339 - Loading config tree
+2025-07-01 18:12:22,430 INFO ExportPropertyManagerExtension.cs: 520 - Starting new configuration
+2025-07-01 18:12:22,436 INFO SwAddin.cs: 344 - Showing property manager
+2025-07-01 18:12:30,545 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:12:36,143 INFO ExportPropertyManager.cs: 1136 - OnNumberBoxTrackingCompleted called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:12:36,723 INFO ExportPropertyManager.cs: 1136 - OnNumberBoxTrackingCompleted called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:12:37,333 INFO ExportPropertyManager.cs: 1136 - OnNumberBoxTrackingCompleted called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:12:58,207 INFO ExportPropertyManager.cs: 1142 - AfterClose called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:13:28,702 INFO SwAddin.cs: 294 - Assembly export called for file 装配图-URDF.SLDASM
+2025-07-01 18:13:30,133 INFO SwAddin.cs: 313 - Saving assembly
+2025-07-01 18:13:31,963 INFO SwAddin.cs: 316 - Opening property manager
+2025-07-01 18:13:31,964 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 装配图-URDF.SLDASM
+2025-07-01 18:13:31,965 INFO ExportHelperExtension.cs: 1136 - Found 35 in 装配图-URDF.SLDASM
+2025-07-01 18:13:31,966 INFO ExportHelperExtension.cs: 1145 - Found 4 features of type [CoordSys] in 装配图-URDF.SLDASM
+2025-07-01 18:13:31,967 INFO ExportHelperExtension.cs: 1148 - Proceeding through assembly components
+2025-07-01 18:13:31,967 INFO ExportHelperExtension.cs: 1160 - 4 components to check
+2025-07-01 18:13:31,968 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 基座-1
+2025-07-01 18:13:31,969 INFO ExportHelperExtension.cs: 1136 - Found 179 in 基座-1
+2025-07-01 18:13:31,970 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 基座-1
+2025-07-01 18:13:31,971 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 胸部-1
+2025-07-01 18:13:31,972 INFO ExportHelperExtension.cs: 1136 - Found 246 in 胸部-1
+2025-07-01 18:13:31,974 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 胸部-1
+2025-07-01 18:13:31,975 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 左侧轮子-1
+2025-07-01 18:13:31,976 INFO ExportHelperExtension.cs: 1136 - Found 22 in 左侧轮子-1
+2025-07-01 18:13:31,976 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 左侧轮子-1
+2025-07-01 18:13:31,977 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 右侧轮子-1
+2025-07-01 18:13:31,977 INFO ExportHelperExtension.cs: 1136 - Found 22 in 右侧轮子-1
+2025-07-01 18:13:31,978 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 右侧轮子-1
+2025-07-01 18:13:31,979 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 装配图-URDF.SLDASM
+2025-07-01 18:13:31,979 INFO ExportHelperExtension.cs: 1136 - Found 35 in 装配图-URDF.SLDASM
+2025-07-01 18:13:31,980 INFO ExportHelperExtension.cs: 1145 - Found 3 features of type [RefAxis] in 装配图-URDF.SLDASM
+2025-07-01 18:13:31,980 INFO ExportHelperExtension.cs: 1148 - Proceeding through assembly components
+2025-07-01 18:13:31,981 INFO ExportHelperExtension.cs: 1160 - 4 components to check
+2025-07-01 18:13:31,986 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 基座-1
+2025-07-01 18:13:32,269 INFO ExportHelperExtension.cs: 1136 - Found 179 in 基座-1
+2025-07-01 18:13:32,271 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 基座-1
+2025-07-01 18:13:32,272 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 胸部-1
+2025-07-01 18:13:32,272 INFO ExportHelperExtension.cs: 1136 - Found 246 in 胸部-1
+2025-07-01 18:13:32,274 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 胸部-1
+2025-07-01 18:13:32,275 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 左侧轮子-1
+2025-07-01 18:13:32,276 INFO ExportHelperExtension.cs: 1136 - Found 22 in 左侧轮子-1
+2025-07-01 18:13:32,277 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 左侧轮子-1
+2025-07-01 18:13:32,278 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 右侧轮子-1
+2025-07-01 18:13:32,278 INFO ExportHelperExtension.cs: 1136 - Found 22 in 右侧轮子-1
+2025-07-01 18:13:32,279 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 右侧轮子-1
+2025-07-01 18:13:32,575 INFO SwAddin.cs: 339 - Loading config tree
+2025-07-01 18:13:32,575 INFO ExportPropertyManagerExtension.cs: 520 - Starting new configuration
+2025-07-01 18:13:32,576 INFO SwAddin.cs: 344 - Showing property manager
+2025-07-01 18:13:46,436 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:13:50,876 INFO ExportPropertyManager.cs: 1136 - OnNumberBoxTrackingCompleted called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:13:51,079 INFO ExportPropertyManager.cs: 1136 - OnNumberBoxTrackingCompleted called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:13:51,229 INFO ExportPropertyManager.cs: 1136 - OnNumberBoxTrackingCompleted called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:13:51,381 INFO ExportPropertyManager.cs: 1136 - OnNumberBoxTrackingCompleted called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:13:52,289 INFO ExportPropertyManager.cs: 1136 - OnNumberBoxTrackingCompleted called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:14:10,455 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:14:12,345 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:14:18,230 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:14:53,681 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:14:55,634 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:14:57,549 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:15:39,045 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:15:40,899 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:15:45,745 INFO ExportPropertyManager.cs: 1018 - OnComboboxSelectionChanged called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:16:33,365 INFO ExportPropertyManager.cs: 422 - Configuration saved
+2025-07-01 18:16:46,131 INFO ExportHelperExtension.cs: 347 - Creating joint wheellink_r
+2025-07-01 18:16:47,381 WARN ExportHelperExtension.cs: 351 - Creating joint from parent base_link to child wheellink_r failed
+2025-07-01 18:17:00,464 INFO ExportHelperExtension.cs: 347 - Creating joint wheellink_l
+2025-07-01 18:17:00,754 WARN ExportHelperExtension.cs: 351 - Creating joint from parent base_link to child wheellink_l failed
+2025-07-01 18:17:14,514 INFO ExportHelperExtension.cs: 347 - Creating joint platform_base_link
+2025-07-01 18:17:14,794 WARN ExportHelperExtension.cs: 351 - Creating joint from parent base_link to child platform_base_link failed
+2025-07-01 18:17:17,964 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 装配图-URDF.SLDASM
+2025-07-01 18:17:17,969 INFO ExportHelperExtension.cs: 1136 - Found 36 in 装配图-URDF.SLDASM
+2025-07-01 18:17:17,970 INFO ExportHelperExtension.cs: 1145 - Found 4 features of type [CoordSys] in 装配图-URDF.SLDASM
+2025-07-01 18:17:17,970 INFO ExportHelperExtension.cs: 1148 - Proceeding through assembly components
+2025-07-01 18:17:17,970 INFO ExportHelperExtension.cs: 1160 - 4 components to check
+2025-07-01 18:17:17,971 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 基座-1
+2025-07-01 18:17:17,971 INFO ExportHelperExtension.cs: 1136 - Found 179 in 基座-1
+2025-07-01 18:17:17,972 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 基座-1
+2025-07-01 18:17:17,992 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 胸部-1
+2025-07-01 18:17:17,993 INFO ExportHelperExtension.cs: 1136 - Found 246 in 胸部-1
+2025-07-01 18:17:17,995 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 胸部-1
+2025-07-01 18:17:17,996 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 左侧轮子-1
+2025-07-01 18:17:17,996 INFO ExportHelperExtension.cs: 1136 - Found 22 in 左侧轮子-1
+2025-07-01 18:17:17,997 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 左侧轮子-1
+2025-07-01 18:17:17,998 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [CoordSys] from 右侧轮子-1
+2025-07-01 18:17:17,998 INFO ExportHelperExtension.cs: 1136 - Found 22 in 右侧轮子-1
+2025-07-01 18:17:17,999 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [CoordSys] in 右侧轮子-1
+2025-07-01 18:17:17,999 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 装配图-URDF.SLDASM
+2025-07-01 18:17:18,000 INFO ExportHelperExtension.cs: 1136 - Found 36 in 装配图-URDF.SLDASM
+2025-07-01 18:17:18,000 INFO ExportHelperExtension.cs: 1145 - Found 3 features of type [RefAxis] in 装配图-URDF.SLDASM
+2025-07-01 18:17:18,001 INFO ExportHelperExtension.cs: 1148 - Proceeding through assembly components
+2025-07-01 18:17:18,001 INFO ExportHelperExtension.cs: 1160 - 4 components to check
+2025-07-01 18:17:18,001 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 基座-1
+2025-07-01 18:17:18,002 INFO ExportHelperExtension.cs: 1136 - Found 179 in 基座-1
+2025-07-01 18:17:18,003 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 基座-1
+2025-07-01 18:17:18,003 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 胸部-1
+2025-07-01 18:17:18,004 INFO ExportHelperExtension.cs: 1136 - Found 246 in 胸部-1
+2025-07-01 18:17:18,005 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 胸部-1
+2025-07-01 18:17:18,005 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 左侧轮子-1
+2025-07-01 18:17:18,006 INFO ExportHelperExtension.cs: 1136 - Found 22 in 左侧轮子-1
+2025-07-01 18:17:18,006 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 左侧轮子-1
+2025-07-01 18:17:18,006 INFO ExportHelperExtension.cs: 1125 - Retrieving features of type [RefAxis] from 右侧轮子-1
+2025-07-01 18:17:18,007 INFO ExportHelperExtension.cs: 1136 - Found 22 in 右侧轮子-1
+2025-07-01 18:17:18,007 INFO ExportHelperExtension.cs: 1145 - Found 0 features of type [RefAxis] in 右侧轮子-1
+2025-07-01 18:17:18,122 INFO ExportPropertyManager.cs: 1142 - AfterClose called. This method no longer throws an Exception. It just silently does nothing. Ok, except for this logging message
+2025-07-01 18:19:26,172 INFO AssemblyExportForm.cs: 253 - Completing URDF export
+2025-07-01 18:19:26,184 INFO ConfigurationSerialization.cs: 276 - URDF Configuration found
+nametruebase_linkxyztrue000rpytrue000originfalsefalsevaluetrue0massfalseixxtrue0ixytrue0ixztrue0iyytrue0iyztrue0izztrue0inertiafalseinertialfalsexyztrue000rpytrue000originfalsefalsefilenametruemeshfalsegeometrytruenametruergbatrue1111colorfalsefilenametruetexturefalsematerialfalsevisualfalsexyztrue000rpytrue000originfalsefalsefilenametruemeshfalsegeometrytruecollisionfalsenametruetypetruexyztrue000rpytrue000originfalsefalselinktrueparenttruelinktruechildtruexyztrue000axisfalselowerfalseupperfalseefforttruevelocitytruelimitfalserisingfalsefallingfalsecalibrationfalsedampingfalsefrictionfalsedynamicsfalsesoft_upperfalsesoft_lowerfalsek_positionfalsek_velocitytruesafety_controllerfalsejointtruemultiplierfalseoffsetfalsemimicfalsejointfalsebase_linklinktruenametruewheellink_rxyztrue000rpytrue000originfalsefalsevaluetrue0massfalseixxtrue0ixytrue0ixztrue0iyytrue0iyztrue0izztrue0inertiafalseinertialfalsexyztrue000rpytrue000originfalsefalsefilenametruemeshfalsegeometrytruenametruergbatrue1111colorfalsefilenametruetexturefalsematerialfalsevisualfalsexyztrue000rpytrue000originfalsefalsefilenametruemeshfalsegeometrytruecollisionfalsenametruewheeljoint_rtypetruecontinuousxyztrue000rpytrue000originfalsefalselinktrueparenttruelinktruechildtruexyztrue000axisfalselowerfalseupperfalseefforttruevelocitytruelimitfalserisingfalsefallingfalsecalibrationfalsedampingfalsefrictionfalsedynamicsfalsesoft_upperfalsesoft_lowerfalsek_positionfalsek_velocitytruesafety_controllerfalsejointtruemultiplierfalseoffsetfalsemimicfalsejointfalsewheeljoint_rwheellink_rlinktruefalse+CoAAAUAAAD//v8P81OnT26PUFstADEAQADFiE2R/lYtAFUAUgBEAEYABAAAABAAAAABAAAAAQAAABkAAAA=falsefalsenametruewheellink_lxyztrue000rpytrue000originfalsefalsevaluetrue0massfalseixxtrue0ixytrue0ixztrue0iyytrue0iyztrue0izztrue0inertiafalseinertialfalsexyztrue000rpytrue000originfalsefalsefilenametruemeshfalsegeometrytruenametruergbatrue1111colorfalsefilenametruetexturefalsematerialfalsevisualfalsexyztrue000rpytrue000originfalsefalsefilenametruemeshfalsegeometrytruecollisionfalsenametruewheeljoint_ltypetruecontinuousxyztrue000rpytrue000originfalsefalselinktrueparenttruelinktruechildtruexyztrue000axisfalselowerfalseupperfalseefforttruevelocitytruelimitfalserisingfalsefallingfalsecalibrationfalsedampingfalsefrictionfalsedynamicsfalsesoft_upperfalsesoft_lowerfalsek_positionfalsek_velocitytruesafety_controllerfalsejointtruemultiplierfalseoffsetfalsemimicfalsejointfalsewheeljoint_lwheellink_llinktruefalse+CoAAAUAAAD//v8P5l2nT26PUFstADEAQADFiE2R/lYtAFUAUgBEAEYABAAAABAAAAABAAAAAQAAABoAAAA=falsefalsenametrueplatform_base_linkxyztrue000rpytrue000originfalsefalsevaluetrue0massfalseixxtrue0ixytrue0ixztrue0iyytrue0iyztrue0izztrue0inertiafalseinertialfalsexyztrue000rpytrue000originfalsefalsefilenametruemeshfalsegeometrytruenametruergbatrue1111colorfalsefilenametruetexturefalsematerialfalsevisualfalsexyztrue000rpytrue000originfalsefalsefilenametruemeshfalsegeometrytruecollisionfalsenametrueplatform_base_jointtypetrueprismaticxyztrue000rpytrue000originfalsefalselinktrueparenttruelinktruechildtruexyztrue000axisfalselowerfalseupperfalseefforttruevelocitytruelimitfalserisingfalsefallingfalsecalibrationfalsedampingfalsefrictionfalsedynamicsfalsesoft_upperfalsesoft_lowerfalsek_positionfalsek_velocitytruesafety_controllerfalsejointtruemultiplierfalseoffsetfalsemimicfalsejointfalseplatform_base_jointplatform_base_linklinktruefalse+CoAAAUAAAD//v8N+IDokC0AMQBAAMWITZH+Vi0AVQBSAEQARgAEAAAAEAAAAAEAAAABAAAAGAAAAA==falsefalsefalse+CoAAAUAAAD//v8N+lenXi0AMQBAAMWITZH+Vi0AVQBSAEQARgAEAAAAEAAAAAEAAAABAAAAFwAAAA==falsefalse
+2025-07-01 18:20:29,645 INFO AssemblyExportForm.cs: 309 - Saving URDF package to C:\Users\ASUS\Desktop\rmc_aida_l_75_description
+2025-07-01 18:20:29,647 INFO ExportHelper.cs: 147 - Beginning the export process
+2025-07-01 18:20:29,649 INFO ExportHelper.cs: 153 - Creating package directories with name rmc_aida_l_75_description and save path C:\Users\ASUS\Desktop
+2025-07-01 18:20:31,291 INFO ExportHelper.cs: 162 - Creating CMakeLists.txt at C:\Users\ASUS\Desktop\rmc_aida_l_75_description\CMakeLists.txt
+2025-07-01 18:20:31,301 INFO ExportHelper.cs: 166 - Creating joint names config at C:\Users\ASUS\Desktop\rmc_aida_l_75_description\config\joint_names_rmc_aida_l_75_description.yaml
+2025-07-01 18:20:31,304 INFO ExportHelper.cs: 170 - Creating package.xml at C:\Users\ASUS\Desktop\rmc_aida_l_75_description\package.xml
+2025-07-01 18:20:31,307 INFO PackageXMLWriter.cs: 21 - Creating package.xml at C:\Users\ASUS\Desktop\rmc_aida_l_75_description\package.xml
+2025-07-01 18:20:31,337 INFO ExportHelper.cs: 177 - Creating RVIZ launch file in C:\Users\ASUS\Desktop\rmc_aida_l_75_description\launch\
+2025-07-01 18:20:31,339 INFO ExportHelper.cs: 182 - Creating Gazebo launch file in C:\Users\ASUS\Desktop\rmc_aida_l_75_description\launch\
+2025-07-01 18:20:31,340 INFO ExportHelper.cs: 187 - Saving existing STL preferences
+2025-07-01 18:20:31,341 INFO ExportHelper.cs: 450 - Saving users preferences
+2025-07-01 18:20:31,342 INFO ExportHelper.cs: 190 - Modifying STL preferences
+2025-07-01 18:20:31,342 INFO ExportHelper.cs: 464 - Setting STL preferences
+2025-07-01 18:20:31,362 INFO ExportHelper.cs: 196 - Found 0 hidden components
+2025-07-01 18:20:31,362 INFO ExportHelper.cs: 197 - Hiding all components
+2025-07-01 18:20:31,758 INFO ExportHelper.cs: 204 - Beginning individual files export
+2025-07-01 18:20:31,760 INFO ExportHelper.cs: 270 - Exporting link: base_link
+2025-07-01 18:20:31,760 INFO ExportHelper.cs: 272 - Link base_link has 3 children
+2025-07-01 18:20:31,761 INFO ExportHelper.cs: 270 - Exporting link: wheellink_r
+2025-07-01 18:20:31,762 INFO ExportHelper.cs: 272 - Link wheellink_r has 0 children
+2025-07-01 18:20:31,762 INFO ExportHelper.cs: 317 - wheellink_r: Exporting STL with coordinate frame wheellink_r
+2025-07-01 18:20:31,763 INFO ExportHelper.cs: 322 - wheellink_r: Reference geometry name
+2025-07-01 18:20:34,637 INFO ExportHelper.cs: 330 - Saving STL to C:\Users\ASUS\Desktop\rmc_aida_l_75_description\meshes\wheellink_r.STL
+2025-07-01 18:20:43,066 INFO ExportHelper.cs: 405 - Removing SW header in STL file
+2025-07-01 18:20:43,069 INFO ExportHelper.cs: 270 - Exporting link: wheellink_l
+2025-07-01 18:20:43,069 INFO ExportHelper.cs: 272 - Link wheellink_l has 0 children
+2025-07-01 18:20:43,070 INFO ExportHelper.cs: 317 - wheellink_l: Exporting STL with coordinate frame wheellink_l
+2025-07-01 18:20:43,070 INFO ExportHelper.cs: 322 - wheellink_l: Reference geometry name
+2025-07-01 18:20:43,142 INFO ExportHelper.cs: 330 - Saving STL to C:\Users\ASUS\Desktop\rmc_aida_l_75_description\meshes\wheellink_l.STL
+2025-07-01 18:20:52,640 INFO ExportHelper.cs: 405 - Removing SW header in STL file
+2025-07-01 18:20:52,642 INFO ExportHelper.cs: 270 - Exporting link: platform_base_link
+2025-07-01 18:20:52,643 INFO ExportHelper.cs: 272 - Link platform_base_link has 0 children
+2025-07-01 18:20:52,643 INFO ExportHelper.cs: 317 - platform_base_link: Exporting STL with coordinate frame platform_base_link
+2025-07-01 18:20:52,648 INFO ExportHelper.cs: 322 - platform_base_link: Reference geometry name
+2025-07-01 18:20:52,749 INFO ExportHelper.cs: 330 - Saving STL to C:\Users\ASUS\Desktop\rmc_aida_l_75_description\meshes\platform_base_link.STL
+2025-07-01 18:20:54,428 INFO ExportHelper.cs: 405 - Removing SW header in STL file
+2025-07-01 18:20:54,429 INFO ExportHelper.cs: 317 - base_link: Exporting STL with coordinate frame base_link
+2025-07-01 18:20:54,429 INFO ExportHelper.cs: 322 - base_link: Reference geometry name
+2025-07-01 18:20:54,598 INFO ExportHelper.cs: 330 - Saving STL to C:\Users\ASUS\Desktop\rmc_aida_l_75_description\meshes\base_link.STL
+2025-07-01 18:21:02,659 INFO ExportHelper.cs: 405 - Removing SW header in STL file
+2025-07-01 18:21:02,660 INFO ExportHelper.cs: 145 - Showing all components except previously hidden components
+2025-07-01 18:21:02,855 INFO ExportHelper.cs: 145 - Resetting STL preferences
+2025-07-01 18:21:02,856 INFO ExportHelper.cs: 478 - Returning STL preferences to user preferences
+2025-07-01 18:21:02,857 INFO ExportHelper.cs: 228 - Writing URDF file to C:\Users\ASUS\Desktop\rmc_aida_l_75_description\urdf\rmc_aida_l_75_description.urdf
+2025-07-01 18:21:02,874 INFO CSVImportExport.cs: 32 - Writing CSV file C:\Users\ASUS\Desktop\rmc_aida_l_75_description\urdf\rmc_aida_l_75_description.csv
+2025-07-01 18:21:02,927 ERROR CSVImportExport.cs: 130 - The following columns were not written to the CSV: Link.Joint.ChildLink.link,
+2025-07-01 18:21:02,928 ERROR CSVImportExport.cs: 130 - The following columns were not written to the CSV: Link.Joint.ChildLink.link,
+2025-07-01 18:21:02,929 ERROR CSVImportExport.cs: 130 - The following columns were not written to the CSV: Link.Joint.ChildLink.link,
+2025-07-01 18:21:02,930 ERROR CSVImportExport.cs: 130 - The following columns were not written to the CSV: Link.Joint.ChildLink.link,
+2025-07-01 18:21:02,930 INFO ExportHelper.cs: 234 - Copying log file
+2025-07-01 18:21:02,941 INFO ExportHelper.cs: 439 - Copying C:\Users\ASUS\sw2urdf_logs\sw2urdf.log to C:\Users\ASUS\Desktop\rmc_aida_l_75_description\export.log
diff --git a/RS-02/launch/display.launch b/RS-02/launch/display.launch
new file mode 100644
index 0000000000000000000000000000000000000000..b02d8ca8120ed27d2875f92beacf4b99d498dfb2
--- /dev/null
+++ b/RS-02/launch/display.launch
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RS-02/launch/gazebo.launch b/RS-02/launch/gazebo.launch
new file mode 100644
index 0000000000000000000000000000000000000000..1bb0668037250ff76f790567c1e5e19a9e889b1e
--- /dev/null
+++ b/RS-02/launch/gazebo.launch
@@ -0,0 +1,20 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RS-02/meshes/L_Link_1.STL b/RS-02/meshes/L_Link_1.STL
new file mode 100644
index 0000000000000000000000000000000000000000..5555539ea9c3e64116054e9f2e386c9a8909fb64
--- /dev/null
+++ b/RS-02/meshes/L_Link_1.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c084eb107e760b438a4ab716c0dcaaf51d94e37a2e563773c10d01270c0aff09
+size 242084
diff --git a/RS-02/meshes/L_Link_2.STL b/RS-02/meshes/L_Link_2.STL
new file mode 100644
index 0000000000000000000000000000000000000000..525c1f3ab26af75a8fe5ea44a6c2ade80af5bd65
--- /dev/null
+++ b/RS-02/meshes/L_Link_2.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1875da2f796632930947de5bd47cb7a8d66296309eef3f9d9233a9fbac1b1663
+size 259584
diff --git a/RS-02/meshes/L_Link_3.STL b/RS-02/meshes/L_Link_3.STL
new file mode 100644
index 0000000000000000000000000000000000000000..b9294daeab46162d4dce84407a569b04e6238d0c
--- /dev/null
+++ b/RS-02/meshes/L_Link_3.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f7a4dac4dacfbc17cfa299bd858effb635be68ff07fdc40da039ef1d44542d6f
+size 208784
diff --git a/RS-02/meshes/L_Link_4.STL b/RS-02/meshes/L_Link_4.STL
new file mode 100644
index 0000000000000000000000000000000000000000..f8477f427fe87d65bb1479b39c59644b4f0f4686
--- /dev/null
+++ b/RS-02/meshes/L_Link_4.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6e8f904a8375741dbb07310859aea9e7edd0bf4e075f50f2ee047a0f80bcff89
+size 232684
diff --git a/RS-02/meshes/L_Link_5.STL b/RS-02/meshes/L_Link_5.STL
new file mode 100644
index 0000000000000000000000000000000000000000..6a5e8fe4248d3c71870fb01351a7645dd54a83bc
--- /dev/null
+++ b/RS-02/meshes/L_Link_5.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38183d7307c8d05464557a1db41742d1716d2308c0d33c567a07432faeb064dc
+size 219484
diff --git a/RS-02/meshes/L_Link_6.STL b/RS-02/meshes/L_Link_6.STL
new file mode 100644
index 0000000000000000000000000000000000000000..8c526fca9e4bee610483866ffa1b136a51a3d0f2
--- /dev/null
+++ b/RS-02/meshes/L_Link_6.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a903f0ab3f7fca6c4d7d48a649ce3adf92872bc4146331dac3f5542568ab4ac9
+size 249284
diff --git a/RS-02/meshes/L_Link_7.STL b/RS-02/meshes/L_Link_7.STL
new file mode 100644
index 0000000000000000000000000000000000000000..444a52e56e4dcc2eda52a3a003b6a4829c080fe3
--- /dev/null
+++ b/RS-02/meshes/L_Link_7.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6be0bbc6193c98c25be59f71bbbe520b990718aab4e37f2cd3272a6458e7b8a9
+size 2339834
diff --git a/RS-02/meshes/R_Link_1.STL b/RS-02/meshes/R_Link_1.STL
new file mode 100644
index 0000000000000000000000000000000000000000..0bf68ef2f6701d1139c6a36ef95c9deee47ec178
--- /dev/null
+++ b/RS-02/meshes/R_Link_1.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:96ba9969c4b34cf16a6bfcbbd156cb6c9f2bc39f8c893075321d1645c1d7d42a
+size 242084
diff --git a/RS-02/meshes/R_Link_2.STL b/RS-02/meshes/R_Link_2.STL
new file mode 100644
index 0000000000000000000000000000000000000000..81e576b50d110b56ea712096ec3b5e569a320773
--- /dev/null
+++ b/RS-02/meshes/R_Link_2.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:20e3921ea6827c418216b53d0b42d7b2b576b2708debc5cd0de2b59780475049
+size 259584
diff --git a/RS-02/meshes/R_Link_3.STL b/RS-02/meshes/R_Link_3.STL
new file mode 100644
index 0000000000000000000000000000000000000000..2d9fac84430f706f09763a3ec5e7218207bf015d
--- /dev/null
+++ b/RS-02/meshes/R_Link_3.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e0587eafd7b455b580ee383e86998682eb6ab278e38cc9403bb0a01937224dcc
+size 208784
diff --git a/RS-02/meshes/R_Link_4.STL b/RS-02/meshes/R_Link_4.STL
new file mode 100644
index 0000000000000000000000000000000000000000..91800d875561af13610f32bb983dac05e50480ac
--- /dev/null
+++ b/RS-02/meshes/R_Link_4.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1f38124fc64d5ce26d22fa589d1e7c15dfb01e5ce69b538df169819b520b35e4
+size 232684
diff --git a/RS-02/meshes/R_Link_5.STL b/RS-02/meshes/R_Link_5.STL
new file mode 100644
index 0000000000000000000000000000000000000000..70c03f2fa37a2dc255659a7c47c8b0c91e5dbfe1
--- /dev/null
+++ b/RS-02/meshes/R_Link_5.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:44ce3b775bb994e99c85f9658fdaf1de99f1089fe17346438ad4991b66f0c517
+size 219484
diff --git a/RS-02/meshes/R_Link_6.STL b/RS-02/meshes/R_Link_6.STL
new file mode 100644
index 0000000000000000000000000000000000000000..dc96f2051675ad2a660a2c0b9a2bb1cdbf6eba91
--- /dev/null
+++ b/RS-02/meshes/R_Link_6.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a54926be1e56c358183187a4deb9780f7508d47d77bd445b8ede1616a0ee733f
+size 249284
diff --git a/RS-02/meshes/R_Link_7.STL b/RS-02/meshes/R_Link_7.STL
new file mode 100644
index 0000000000000000000000000000000000000000..fc5e2cb77891bc54cdedb38624f4956877be342f
--- /dev/null
+++ b/RS-02/meshes/R_Link_7.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6771383e0fcc4dfb708a3623831fca49661bfe898a396af373088faeadb709ae
+size 2339834
diff --git a/RS-02/meshes/base_link.STL b/RS-02/meshes/base_link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..1390df03065caab14cc5251771cb7798a31c8a31
--- /dev/null
+++ b/RS-02/meshes/base_link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5c54d1ce4b494dc533b0bcadab4046cdd8ef16cd815b690a47c6f116255f228d
+size 21493934
diff --git a/RS-02/meshes/camera_AGV_link.STL b/RS-02/meshes/camera_AGV_link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..2f7f20eeb41a2446d5ff0c144bfdc6010186711f
Binary files /dev/null and b/RS-02/meshes/camera_AGV_link.STL differ
diff --git a/RS-02/meshes/camera_link.STL b/RS-02/meshes/camera_link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..2f7f20eeb41a2446d5ff0c144bfdc6010186711f
Binary files /dev/null and b/RS-02/meshes/camera_link.STL differ
diff --git a/RS-02/meshes/head_link1.STL b/RS-02/meshes/head_link1.STL
new file mode 100644
index 0000000000000000000000000000000000000000..72c732c8a03ba432fcac7ddf5035486754467ac5
--- /dev/null
+++ b/RS-02/meshes/head_link1.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e3ff1331b55c76212b655532d9d0d82bbb8f1b96563edbbe70994162d1d8243b
+size 3082384
diff --git a/RS-02/meshes/head_link2.STL b/RS-02/meshes/head_link2.STL
new file mode 100644
index 0000000000000000000000000000000000000000..66aea68f8e8ad2bfc70c9d5b77bbad36a58a51af
--- /dev/null
+++ b/RS-02/meshes/head_link2.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2ddfc556baa98bc603065d9d4dcf643c2766f6da080659f77db828df3d0cf370
+size 648884
diff --git a/RS-02/meshes/l_base_link.STL b/RS-02/meshes/l_base_link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..fa53bc54b2b25755db6500d4e8b1fd46aa6973d2
--- /dev/null
+++ b/RS-02/meshes/l_base_link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:86c53b906114aad63efc67d02472586ddfeec160c5f076eef162b9678c58a903
+size 217684
diff --git a/RS-02/meshes/l_camera_link.STL b/RS-02/meshes/l_camera_link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..2ba29a72c033eacb0bdbe483cbb81cb91515b049
Binary files /dev/null and b/RS-02/meshes/l_camera_link.STL differ
diff --git a/RS-02/meshes/l_camera_rolink.STL b/RS-02/meshes/l_camera_rolink.STL
new file mode 100644
index 0000000000000000000000000000000000000000..a23a9ecdd8a3ceef56d807df577b110f1d60dca8
--- /dev/null
+++ b/RS-02/meshes/l_camera_rolink.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fa24e3a93d5bb1aad3ca9b202960e3b392a6dbbd4b510fd72a608972b31e0099
+size 306384
diff --git a/RS-02/meshes/ltool_Left_1_Link.STL b/RS-02/meshes/ltool_Left_1_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..4be214486653f92da3d7ae71637bbdf4f99d57d6
--- /dev/null
+++ b/RS-02/meshes/ltool_Left_1_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:543d52433e802524702afdae34512143a2f539476c9820809da48a7d0e0f19d2
+size 340184
diff --git a/RS-02/meshes/ltool_Left_2_Link.STL b/RS-02/meshes/ltool_Left_2_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..77f0d16f2c0a97fa1681242f5a6a12ba926586e8
--- /dev/null
+++ b/RS-02/meshes/ltool_Left_2_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:63ab1a8a5bb145e2ca6f63d916362d361a0e1ed6e080a594666e0f58f51bd98d
+size 299184
diff --git a/RS-02/meshes/ltool_Left_Pad_Link.STL b/RS-02/meshes/ltool_Left_Pad_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..1a7037560fd9ef675656643c74216d2efabc3ca6
Binary files /dev/null and b/RS-02/meshes/ltool_Left_Pad_Link.STL differ
diff --git a/RS-02/meshes/ltool_Left_Support_Link.STL b/RS-02/meshes/ltool_Left_Support_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..ece8e3365177f89b1b5ca3ee1dadca11f1bb7681
--- /dev/null
+++ b/RS-02/meshes/ltool_Left_Support_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:24baacc6e9771c2539a85c6968936df0fbd9bd4f98ec78302cb23cbffe4107ad
+size 183184
diff --git a/RS-02/meshes/ltool_Right_1_Link.STL b/RS-02/meshes/ltool_Right_1_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..3363160ed41f12c173f0f87e7c1c58f04813191b
--- /dev/null
+++ b/RS-02/meshes/ltool_Right_1_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a8cc0cab77e449e4ea7aa737316858458a1f8a399fa9e3053a5fb7ce9d4ff9c
+size 340184
diff --git a/RS-02/meshes/ltool_Right_2_Link.STL b/RS-02/meshes/ltool_Right_2_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..9ce448ca07d4a2bad2ffd5af885339d0972cf5b3
--- /dev/null
+++ b/RS-02/meshes/ltool_Right_2_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f8e0cc2235e7694335143a56e7eecb7f2768e5ae80a2ad388587288286b77cba
+size 299184
diff --git a/RS-02/meshes/ltool_Right_Pad_Link.STL b/RS-02/meshes/ltool_Right_Pad_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..fca39f07d36d44b86e603bb090a03e4a54e207ce
Binary files /dev/null and b/RS-02/meshes/ltool_Right_Pad_Link.STL differ
diff --git a/RS-02/meshes/ltool_Right_Support_Link.STL b/RS-02/meshes/ltool_Right_Support_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..8a2f56d9955a8d6de3d0223a851b81969708f725
--- /dev/null
+++ b/RS-02/meshes/ltool_Right_Support_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a78bdd8173b4db846ee4499c62552fb38c8d742cfc166285621df846bab50659
+size 183184
diff --git a/RS-02/meshes/ltool_base_link.STL b/RS-02/meshes/ltool_base_link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..e972442381c08736de6d4d58da56f30b5e463f48
--- /dev/null
+++ b/RS-02/meshes/ltool_base_link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fc152820fd14fa5e8b424dc98a542ebf0d41e5155495d34f6d9e0e4716b7874d
+size 439384
diff --git a/RS-02/meshes/platform_base_link.STL b/RS-02/meshes/platform_base_link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..4d8100d6e18d22d7fb02924bb22f823ca3dd7f4e
--- /dev/null
+++ b/RS-02/meshes/platform_base_link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dbdeeeb6a8a9f52a4305c94e1401d75839228103d9e72608e412231c22c07995
+size 4384384
diff --git a/RS-02/meshes/r_base_link.STL b/RS-02/meshes/r_base_link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..d9c162835dbfe07869eee55cd6cf35168f8e9f92
--- /dev/null
+++ b/RS-02/meshes/r_base_link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:21def60767a3f1be21d474cccd455c9b8a80777185fa4e14aba7049dd4c95a09
+size 217684
diff --git a/RS-02/meshes/r_camera_link.STL b/RS-02/meshes/r_camera_link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..81b29e478fa70d3368fb09b2855d3b96079bbc26
Binary files /dev/null and b/RS-02/meshes/r_camera_link.STL differ
diff --git a/RS-02/meshes/r_camera_rolink.STL b/RS-02/meshes/r_camera_rolink.STL
new file mode 100644
index 0000000000000000000000000000000000000000..16da22ca2954dac2908b52621fa37d4dc92c4ccd
--- /dev/null
+++ b/RS-02/meshes/r_camera_rolink.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:68b5cad9775d3708b1cb0da42fb24b2a452bda5b46f53b24544e24202c4c2d7a
+size 306184
diff --git a/RS-02/meshes/rtool_Left_1_Link.STL b/RS-02/meshes/rtool_Left_1_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..4be214486653f92da3d7ae71637bbdf4f99d57d6
--- /dev/null
+++ b/RS-02/meshes/rtool_Left_1_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:543d52433e802524702afdae34512143a2f539476c9820809da48a7d0e0f19d2
+size 340184
diff --git a/RS-02/meshes/rtool_Left_2_Link.STL b/RS-02/meshes/rtool_Left_2_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..77f0d16f2c0a97fa1681242f5a6a12ba926586e8
--- /dev/null
+++ b/RS-02/meshes/rtool_Left_2_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:63ab1a8a5bb145e2ca6f63d916362d361a0e1ed6e080a594666e0f58f51bd98d
+size 299184
diff --git a/RS-02/meshes/rtool_Left_Pad_Link.STL b/RS-02/meshes/rtool_Left_Pad_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..1a7037560fd9ef675656643c74216d2efabc3ca6
Binary files /dev/null and b/RS-02/meshes/rtool_Left_Pad_Link.STL differ
diff --git a/RS-02/meshes/rtool_Left_Support_Link.STL b/RS-02/meshes/rtool_Left_Support_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..ece8e3365177f89b1b5ca3ee1dadca11f1bb7681
--- /dev/null
+++ b/RS-02/meshes/rtool_Left_Support_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:24baacc6e9771c2539a85c6968936df0fbd9bd4f98ec78302cb23cbffe4107ad
+size 183184
diff --git a/RS-02/meshes/rtool_Right_1_Link.STL b/RS-02/meshes/rtool_Right_1_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..3363160ed41f12c173f0f87e7c1c58f04813191b
--- /dev/null
+++ b/RS-02/meshes/rtool_Right_1_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a8cc0cab77e449e4ea7aa737316858458a1f8a399fa9e3053a5fb7ce9d4ff9c
+size 340184
diff --git a/RS-02/meshes/rtool_Right_2_Link.STL b/RS-02/meshes/rtool_Right_2_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..9ce448ca07d4a2bad2ffd5af885339d0972cf5b3
--- /dev/null
+++ b/RS-02/meshes/rtool_Right_2_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f8e0cc2235e7694335143a56e7eecb7f2768e5ae80a2ad388587288286b77cba
+size 299184
diff --git a/RS-02/meshes/rtool_Right_Pad_Link.STL b/RS-02/meshes/rtool_Right_Pad_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..fca39f07d36d44b86e603bb090a03e4a54e207ce
Binary files /dev/null and b/RS-02/meshes/rtool_Right_Pad_Link.STL differ
diff --git a/RS-02/meshes/rtool_Right_Support_Link.STL b/RS-02/meshes/rtool_Right_Support_Link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..8a2f56d9955a8d6de3d0223a851b81969708f725
--- /dev/null
+++ b/RS-02/meshes/rtool_Right_Support_Link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a78bdd8173b4db846ee4499c62552fb38c8d742cfc166285621df846bab50659
+size 183184
diff --git a/RS-02/meshes/rtool_base_link.STL b/RS-02/meshes/rtool_base_link.STL
new file mode 100644
index 0000000000000000000000000000000000000000..e972442381c08736de6d4d58da56f30b5e463f48
--- /dev/null
+++ b/RS-02/meshes/rtool_base_link.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fc152820fd14fa5e8b424dc98a542ebf0d41e5155495d34f6d9e0e4716b7874d
+size 439384
diff --git a/RS-02/meshes/wheellink_l.STL b/RS-02/meshes/wheellink_l.STL
new file mode 100644
index 0000000000000000000000000000000000000000..77919e0001fb0c1ff47b6d66d0ddf8d1401f5dd0
--- /dev/null
+++ b/RS-02/meshes/wheellink_l.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5c34ebe9eae2cd363c7ce647a07bfa768c29e5d480a5f6af7c7c3227433d3055
+size 5654184
diff --git a/RS-02/meshes/wheellink_r.STL b/RS-02/meshes/wheellink_r.STL
new file mode 100644
index 0000000000000000000000000000000000000000..facb78004e1108b2481e7a6442d137458c3cc9d8
--- /dev/null
+++ b/RS-02/meshes/wheellink_r.STL
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:77f843269e4a2d29ce0df1b702f3d19156fad3e1888774fcf6594a254129cf5f
+size 5653684
diff --git a/RS-02/package.xml b/RS-02/package.xml
new file mode 100644
index 0000000000000000000000000000000000000000..b5fab3edfa4afb0ac925ce0220dc565f715e0ed9
--- /dev/null
+++ b/RS-02/package.xml
@@ -0,0 +1,21 @@
+
+ RS-02
+ 1.0.0
+
+
URDF Description package for RS-02
+
This package contains configuration data, 3D models and launch files
+for RS-02 robot