Skip to content

Commit

Permalink
Merge pull request #83 from Rehab-Robotics-Lab/users/ajyanand/jointco…
Browse files Browse the repository at this point in the history
…nfigupdate

Users/ajyanand/jointconfigupdate
  • Loading branch information
ajyanand authored Jun 18, 2024
2 parents 3c3fde7 + 1dfce01 commit 10176c8
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions flo_humanoid/config/joints
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
#fill this table with the joints you want to control in the humanoid robot and their configurations.
(dynamixel motor address and joint name for each motor)
#set the min and max limits of the motor values in the dynamixel wizard after final assembly of the robot.
# fill this table with the joints you want to control in the humanoid robot and their configurations.
# (dynamixel motor address and joint name for each motor)
# set the min and max limits of the motor values in the dynamixel wizard after final assembly of the robot.
# for all of the motors in this system to reduce jerky movements, set profile velocity to 15000 (maximum velocity 3435 rev/min) and profile acceleration to 50 (10728.85 rev/min^2).
# On removing lower support this still leads to jerky movements.
address name type neutral min max inversion
#eg:
# eg:
# 1 left_shoulder_flexionextension <motortype> 765 10 500 1
111 left_shoulder_flexionextension XC-430-W240-T 1500 0 0 0
112 left_shoulder_abductionadduction XC-430-W240-T 500 0 0 0
121 left_elbow_flexionextension XL-430-W250-T 3000 0 0 0
122 left_elbow_rotation XL-430-W250-T 2100 0 0 0
131 left_gripper XM-430-W350-T 0 0 0 0
211 right_shoulder_flexionextension XC-430-W240-T 0 0 0 0
212 right_shoulder_abductionadduction XC-430-W240-T 0 0 0 0
221 right_elbow_flexionextension XL-430-W250-T 0 0 0 0
222 right_elbow_rotation XL-430-W250-T 0 0 0 0
111 left_shoulder_flexionextension XC-430-W240-T 306 141 345 1
112 left_shoulder_abductionadduction XC-430-W240-T 263 176 270 1
121 left_elbow_flexionextension XL-430-W250-T 185 90 270 0
122 left_elbow_rotation XL-430-W250-T 185 95 190 1
131 left_gripper XM-430-W350-T 0 0 0 0
211 right_shoulder_flexionextension XC-430-W240-T 100 65 270 0
212 right_shoulder_abductionadduction XC-430-W240-T 95 90 185 0
221 right_elbow_flexionextension XL-430-W250-T 180 95 270 0
222 right_elbow_rotation XL-430-W250-T 180 175 260 0
231 right_gripper XM-430-W350-T 0 0 0 0

# Updated June 18, 2024

0 comments on commit 10176c8

Please sign in to comment.