using momb as rotating reference
r3310 | jgn | 2011-12-02 14:50:07 +1100 (Fri, 02 Dec 2011) | 1 line
This commit is contained in:
committed by
Douglas Clowes
parent
da1bdd2743
commit
ac77e2caa7
@@ -100,20 +100,21 @@ proc DriveMono {mot focus} {
|
|||||||
# move the three motors
|
# move the three motors
|
||||||
if {$moveFlag == 1} {
|
if {$moveFlag == 1} {
|
||||||
# Unlock the three motors
|
# Unlock the three motors
|
||||||
mra fixed -1
|
mra fixed 1
|
||||||
mrb fixed -1
|
mrb fixed 1
|
||||||
mrc fixed -1
|
mrc fixed 1
|
||||||
|
|
||||||
drive momb $currAngleMoma momc $currAngleMoma
|
# use momb as roating reference
|
||||||
|
drive moma $currAngleMomb momc $currAngleMomb
|
||||||
drive mra [expr $mraPosition + $translateDis]
|
drive mra [expr $mraPosition + $translateDis]
|
||||||
drive mrb [expr $mrbPosition + $translateDis]
|
drive mrb [expr $mrbPosition + $translateDis]
|
||||||
drive mrc [expr $mrcPosition + $translateDis]
|
drive mrc [expr $mrcPosition + $translateDis]
|
||||||
drive momb $currAngleMomb momc $currAngleMomc
|
drive moma $currAngleMoma momc $currAngleMomc
|
||||||
|
|
||||||
# Lock the three motors again
|
# Lock the three motors again
|
||||||
mra fixed 1
|
mra fixed -1
|
||||||
mrb fixed 1
|
mrb fixed -1
|
||||||
mrc fixed 1
|
mrc fixed -1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user