Fix joint1 axis orientation in joints.xacro for correct kinematic behavior
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<!-- joint1: ±170° hard, ±165° soft, k_velocity=10 -->
|
<!-- joint1: ±170° hard, ±165° soft, k_velocity=10 -->
|
||||||
<xacro:revolute_joint jname="joint1" parent="base_link" child="link1"
|
<xacro:revolute_joint jname="joint1" parent="base_link" child="link1"
|
||||||
xyz="0 0 0.3375" rpy="0 0 0" axis="0 0 1"
|
xyz="0 0 0.3375" rpy="0 0 0" axis="0 0 -1"
|
||||||
lower="-2.97" upper="2.97" effort="200"
|
lower="-2.97" upper="2.97" effort="200"
|
||||||
velocity="1.71" damping="10.0" friction="0.1"
|
velocity="1.71" damping="10.0" friction="0.1"
|
||||||
soft_lower="-2.8827" soft_upper="2.8827" k_velocity="10"/>
|
soft_lower="-2.8827" soft_upper="2.8827" k_velocity="10"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user