mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-12 19:20:20 +08:00
refactor: remove obsolete URDF files and add new astra_2 URDF configuration
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
<!-- This URDF was automatically created by SolidWorks to URDF Exporter! Originally created by Stephen Brawner (brawner@gmail.com)
|
||||
Commit Version: 1.6.0-4-g7f85cfe Build Version: 1.6.7995.38578
|
||||
For more information, please see http://wiki.ros.org/sw_urdf_exporter -->
|
||||
<robot xmlns:xacro="http://ros.org/wiki/xacro" name="astra2">
|
||||
<robot xmlns:xacro="http://ros.org/wiki/xacro" name="astra_2">
|
||||
<xacro:property name="mesh_path" value="package://orbbec_description/meshes/astra2/" />
|
||||
<link
|
||||
name="camera_link">
|
||||
@@ -415,4 +415,4 @@
|
||||
<axis
|
||||
xyz="0 0 0" />
|
||||
</joint>
|
||||
</robot>
|
||||
</robot>
|
||||
+2
-2
@@ -2,8 +2,8 @@
|
||||
<!-- This URDF was automatically created by SolidWorks to URDF Exporter! Originally created by Stephen Brawner (brawner@gmail.com)
|
||||
Commit Version: 1.6.0-4-g7f85cfe Build Version: 1.6.7995.38578
|
||||
For more information, please see http://wiki.ros.org/sw_urdf_exporter -->
|
||||
<robot name="astra2" xmlns:xacro="http://ros.org/wiki/xacro">
|
||||
<xacro:include filename="astra2.urdf.xacro"/>
|
||||
<robot name="astra_2" xmlns:xacro="http://ros.org/wiki/xacro">
|
||||
<xacro:include filename="astra_2.urdf.xacro"/>
|
||||
<!-- Define a virtual root link -->
|
||||
<link name="base_link"/>
|
||||
|
||||
Reference in New Issue
Block a user