Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrist MK2 - Change order of roll and pitch joints according to specification, and change calibration values #366

Merged
merged 2 commits into from
Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<group name="CALIBRATION">
<param name="calibrationType"> 12 12 12 </param>


<param name="calibration1"> 6172 18789 11688 </param>
<param name="calibration1"> 6865 29533 30289 </param>
<param name="calibration2"> 0 0 0 </param>
<param name="calibration3"> 0 0 0 </param>
<param name="calibration4"> 0 0 0 </param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<param name="MotioncontrolVersion"> 6 </param>
<param name="Joints"> 3 </param>
<param name="AxisMap"> 0 1 2 </param>
<param name="AxisName"> "wrist_yaw" "wrist_pitch" "wrist_roll" </param>
<param name="AxisName"> "wrist_yaw" "wrist_roll" "wrist_pitch" </param>
<param name="AxisType"> "revolute" "revolute" "revolute" </param>
<param name="Encoder"> 182.044 182.044 182.044 </param>
<param name="fullscalePWM"> 32000 32000 32000 </param>
Expand Down