Read constraints from the published URDF rather than hard code them.
Also make the webui more responsive for small screens.
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<child link="camera_pan_link"/>
|
||||
<axis xyz="0 0 1"/>
|
||||
<origin xyz="0 0 0.015" rpy="0 0 0"/>
|
||||
<limit lower="-1.0472" upper="1.5708" effort="1.0" velocity="1.0"/>
|
||||
<limit lower="-1.5708" upper="1.5708" effort="1.0" velocity="1.0"/>
|
||||
</joint>
|
||||
|
||||
<!-- Tilt joint (pitch, around Y) -->
|
||||
@@ -126,7 +126,7 @@
|
||||
<child link="camera_link"/>
|
||||
<axis xyz="0 1 0"/>
|
||||
<origin xyz="0.02 0 0" rpy="0 0 0"/>
|
||||
<limit lower="-1.5708" upper="0.7854" effort="1.0" velocity="1.0"/>
|
||||
<limit lower="-1.0472" upper="0.7854" effort="1.0" velocity="1.0"/>
|
||||
</joint>
|
||||
|
||||
</robot>
|
||||
|
||||
Reference in New Issue
Block a user