by RobotServicesGroup » Sat Sep 20, 2008 1:47 am
by RobotServicesGroup
Sat Sep 20, 2008 1:47 am
So when does the robot flip up the ankle? Just when you turn it on? You say it performs the standard motions, does the ankle flip up after a standard motion stops? Your servo hone alignment matches the way we have built ours. You might want to open the overall template and search for the standard_pose subroutine. It should look like this
standard_pose:
MOVE G6A, 100, 76, 145, 93, 100, 100
MOVE G6D, 100, 76, 145, 93, 100, 100
MOVE G6B, 100, 30, 80, 100, 100, 100
MOVE G6C, 100, 30, 80, 100, 100, 100
WAIT
RETURN
Check if any of your numbers are different.
So when does the robot flip up the ankle? Just when you turn it on? You say it performs the standard motions, does the ankle flip up after a standard motion stops? Your servo hone alignment matches the way we have built ours. You might want to open the overall template and search for the standard_pose subroutine. It should look like this
standard_pose:
MOVE G6A, 100, 76, 145, 93, 100, 100
MOVE G6D, 100, 76, 145, 93, 100, 100
MOVE G6B, 100, 30, 80, 100, 100, 100
MOVE G6C, 100, 30, 80, 100, 100, 100
WAIT
RETURN
Check if any of your numbers are different.