2025-03-10 02:46:20 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
|
2025-04-10 09:31:15 +00:00
|
|
|
<xacro:include filename="$(find realsense2_description)/urdf/_d435i.urdf.xacro"/>
|
|
|
|
|
<xacro:sensor_d435i parent="pedestal_link" use_nominal_extrinsics="true">
|
|
|
|
|
<origin xyz="0.0 -0.025 0.995216" rpy="0.0 0.0 ${-pi/2.0}"/>
|
|
|
|
|
</xacro:sensor_d435i>
|
2025-03-10 02:46:20 +00:00
|
|
|
|
|
|
|
|
</robot>
|