Skip to content

Commit

Permalink
joint_4の可動範囲を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Jan 9, 2025
1 parent 44a1292 commit d3d0e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdf/crane_x7.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<xacro:property name="JOINT_3_LOWER_LIMIT" value="${radians(-157)}"/>
<xacro:property name="JOINT_3_UPPER_LIMIT" value="${radians(157)}"/>
<!-- JOINT_4はサーボ可動範囲を超えやすいため、LOWER_LIMITをサーボのリミット値より小さくする -->
<xacro:property name="JOINT_4_LOWER_LIMIT" value="${radians(-159)}"/>
<xacro:property name="JOINT_4_LOWER_LIMIT" value="${radians(-161)}"/>
<!-- Gazeboの挙動がlimit付近で不安定なためUPPER_LIMITをサーボのリミット値より大きくする -->
<!-- 参照: https://github.com/rt-net/crane_x7_ros/pull/162 -->
<xacro:property name="JOINT_4_UPPER_LIMIT" value="${radians(0.001)}"/>
Expand Down

0 comments on commit d3d0e2b

Please sign in to comment.