feat: Move actuator and controller
This commit is contained in:
parent
556a35392d
commit
96f546b8b1
|
@ -502,7 +502,7 @@ class ElectronicBoardBattery(ElectronicBoard):
|
|||
class ElectronicBoardControl(ElectronicBoard):
|
||||
name: str = "electronic-board-control"
|
||||
|
||||
controller_datum: Cq.Location = Cq.Location.from2d(-25,10, -90)
|
||||
controller_datum: Cq.Location = Cq.Location.from2d(-25, 23, -90)
|
||||
|
||||
controller: ArduinoUnoR3 = ArduinoUnoR3()
|
||||
|
||||
|
|
|
@ -448,7 +448,7 @@ class WingProfile(Model):
|
|||
("shoulder_right",
|
||||
self.shoulder_axle_loc * axle_rotate * self.shoulder_joint.parent_lip_loc(left=False)),
|
||||
("shoulder_act",
|
||||
self.shoulder_axle_loc * axle_rotate * Cq.Location.from2d(120, -40, -30)),
|
||||
self.shoulder_axle_loc * axle_rotate * Cq.Location.from2d(110, -40, -25)),
|
||||
("base", Cq.Location.from2d(base_dx, base_dy, 90)),
|
||||
("electronic_mount", Cq.Location.from2d(-35, 65, 60)),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue