forked from odriverobotics/ODrive
-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathtest-rig-parallel.yaml
70 lines (67 loc) · 1.91 KB
/
test-rig-parallel.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
type: parallel
# ODrives
odrives:
- name: top-odrive
board-version: v3.5-48V
serial-number: "3660335E3037"
brake-resistance: 0.47
uart: /dev/serial/by-id/[not-yet-used]
usb: auto
programmer: '\x53\x3f\x75\x06\x49\x3f\x49\x51\x44\x54\x19\x3f'
vbus-voltage: 24 # [V]
max-brake-power: 150 # [W]
axes:
- name: 'yellow'
motor-phase-resistance: 0.0245
motor-phase-inductance: 2.03e-05
motor-pole-pairs: 7
motor-direction: 1
motor-kv: 190
motor-max-current: 70
motor-max-voltage: 40
encoder-cpr: 8192
encoder-max-rpm: 7000
- name: 'black'
motor-phase-resistance: 0.028
motor-phase-inductance: 1.6e-05
motor-pole-pairs: 7
motor-direction: -1
motor-kv: 270
motor-max-current: 70
motor-max-voltage: 32
encoder-cpr: 8192
encoder-max-rpm: 7000
- name: bottom-odrive
board-version: v3.5-24V
serial-number: "3661335E3037"
brake-resistance: 0.47
uart: /dev/serial/by-id/[not-yet-used]
usb: auto
programmer: '\x49\x3f\x6f\x06\x49\x3f\x56\x54\x09\x29\x11\x3f'
vbus-voltage: 24 # [V]
max-brake-power: 150 # [W]
axes:
- name: 'black'
motor-phase-resistance: 0.028
motor-phase-inductance: 1.6e-05
motor-pole-pairs: 7
motor-direction: 1
motor-kv: 270
motor-max-current: 70
motor-max-voltage: 32
encoder-cpr: 8192
encoder-max-rpm: 7000
- name: 'yellow'
motor-phase-resistance: 0.0245
motor-phase-inductance: 2.03e-05
motor-pole-pairs: 7
motor-direction: -1
motor-kv: 190
motor-max-current: 70
motor-max-voltage: 40
encoder-cpr: 8192
encoder-max-rpm: 7000
# Mechanical couplings
couplings:
- [ top-odrive.yellow, bottom-odrive.yellow ]
- [ top-odrive.black, bottom-odrive.black ]