mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-13 19:40:19 +08:00
17 lines
762 B
XML
17 lines
762 B
XML
<?xml version="1.0" encoding="utf-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="gemini_309_g" xmlns:xacro="http://ros.org/wiki/xacro">
|
|
<xacro:include filename="gemini_309_g.urdf.xacro"/>
|
|
<!-- Define a virtual root link -->
|
|
<link name="base_link"/>
|
|
|
|
<!-- Connect the virtual root to the actual base link -->
|
|
<joint name="base_link_to_camera_bottom_screw" type="fixed">
|
|
<parent link="base_link"/>
|
|
<child link="camera_bottom_screw"/>
|
|
<origin xyz="0 0 0" rpy="0 0 0"/>
|
|
</joint>
|
|
</robot>
|