We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5c694 commit 93aa064Copy full SHA for 93aa064
urdf/axis.urdf.xacro
@@ -38,7 +38,7 @@
38
</collision>
39
</link>
40
<joint name="${prefix}_pan_joint" type="revolute">
41
- <axis xyz="0 0 -1"/>
+ <axis xyz="0 0 1"/>
42
<origin xyz="0.0 0.0 0.0" rpy="0 0 0"/>
43
<!-- check the displacement -->
44
<parent link="${prefix}_base_link"/>
@@ -64,8 +64,9 @@
64
</actuator>
65
</transmission>
66
<joint name="${prefix}_tilt_joint" type="revolute">
67
- <axis xyz="0 -1 0"/>
68
- <origin xyz="0.0 0.0 0.0"/>
+ <!--origin xyz="0.0 0.0 0.0"/-->
69
+ <origin xyz="0.0 0.0 0.0" rpy="${-PI/2} 0 0"/>
70
<parent link="${prefix}_pan_link"/>
71
<child link="${prefix}_tilt_link"/>
72
<limit effort="${ptz_joint_effort_limit}" velocity="${ptz_joint_velocity_limit}" lower="-1.5708" upper="1.5708"/>
0 commit comments