This commit is contained in:
Quella777
2025-08-25 16:30:02 +08:00
commit 32cc2a8e96
1633 changed files with 289456 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<model>
<version>1.0</version>
<name>Intel RealSense R200</name>
<sdf version="1.6">model.sdf</sdf>
<author>
<name>Adam Allevato</name>
<email>adam.d.allevato@gmail.com</email>
</author>
<description>
The Intel RealSense R200 medium-range depth camera. Range: 0.5-3.5m indoors,
0.5-10m outdoors. http://www.intel.com/realsense
</description>
</model>

View File

@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="intel_realsense_r200">
<pose>0 0 0.01 0 0 0</pose>
<link name="link">
<inertial>
<mass>0.2</mass>
<inertia>
<ixx>0.00014395</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.00000384</iyy>
<iyz>0</iyz>
<izz>0.00014136</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<box>
<size>0.008 0.13 0.02</size>
</box>
</geometry>
<surface>
<contact>
<ode>
<max_vel>0.1</max_vel>
<min_depth>0.001</min_depth>
</ode>
</contact>
<friction>
<ode>
<mu>0.4</mu>
<mu2>0.4</mu2>
</ode>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://intel_realsense_r200/meshes/realsense_r200.dae</uri>
</mesh>
</geometry>
</visual>
<sensor name="camera" type="depth">
<pose>0.001 -0.045 0.003 0 0 0</pose>
<update_rate>60</update_rate>
<camera>
<horizontal_fov>0.976899239</horizontal_fov>
<image>
<width>480</width>
<height>360</height>
<format>R8G8B8</format>
</image>
<clip>
<near>0.5</near>
<far>10</far>
</clip>
</camera>
</sensor>
</link>
</model>
</sdf>