Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit f6d75ac

Browse files
committed
tilted gazebo frame as well
1 parent ac7a372 commit f6d75ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

urdf/azure_kinect_macro.urdf.xacro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
(see #243 https://github.com/ros-simulation/gazebo_ros_pkgs/issues/243) -->
6565
<link name="${prefix}azure_gazebo_depth" />
6666

67-
<joint name="${prefix}azure_depth_to_gazebo_depth" type="fixed">
67+
<joint name="${prefix}azure_base_to_gazebo_depth" type="fixed">
6868
<parent link="${prefix}azure_base" />
6969
<child link="${prefix}azure_gazebo_depth"/>
70-
<origin xyz="0.0618 -0.0005 0.0065" rpy="0 0 0"/>
70+
<origin xyz="0.0618 -0.0005 0.0065" rpy="0 ${6/180*pi} 0"/>
7171
</joint>
7272

7373
<gazebo reference="${prefix}azure_gazebo_depth">

0 commit comments

Comments
 (0)