File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
robotis_device/devices/sensor Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ [device info]
2
+ model_name = OPEN-CR
3
+ device_type = sensor
4
+
5
+ [control table]
6
+ # addr | item name | length | access | memory | min value | max value | signed
7
+ 0 | model_number | 2 | R | EEPROM | 0 | 65535 | N
8
+ 2 | version_of_firmware | 1 | R | EEPROM | 0 | 254 | N
9
+ 3 | ID | 1 | RW | EEPROM | 0 | 252 | N
10
+ 4 | baudrate | 1 | RW | EEPROM | 0 | 252 | N
11
+ 5 | return_delay_time | 1 | RW | EEPROM | 0 | 254 | N
12
+ 16 | status_return_level | 1 | RW | EEPROM | 0 | 2 | N
13
+ 24 | torque_enable | 1 | RW | RAM | 0 | 1 | N
14
+ 25 | LED | 1 | RW | RAM | 0 | 7 | N
15
+ 26 | LED_RGB | 2 | RW | RAM | 0 | 32767 | N
16
+ 28 | buzzer | 2 | RW | RAM | 0 | 65535 | N
17
+ 30 | button | 1 | R | RAM | 0 | 15 | N
18
+ 31 | present_voltage | 1 | R | RAM | 50 | 250 | N
19
+ 32 | gyro_x | 2 | R | RAM | -32800 | 32800 | Y
20
+ 34 | gyro_y | 2 | R | RAM | -32800 | 32800 | Y
21
+ 36 | gyro_z | 2 | R | RAM | -32800 | 32800 | Y
22
+ 38 | acc_x | 2 | R | RAM | -32768 | 32768 | Y
23
+ 40 | acc_y | 2 | R | RAM | -32768 | 32768 | Y
24
+ 42 | acc_z | 2 | R | RAM | -32768 | 32768 | Y
25
+ 44 | roll | 2 | R | RAM | 0 | 4096 | N
26
+ 46 | pitch | 2 | R | RAM | 0 | 4096 | N
27
+ 48 | yaw | 2 | R | RAM | 0 | 4096 | N
28
+ 50 | imu_control | 1 | RW | RAM | 0 | 255 | N
29
+
30
+
You can’t perform that action at this time.
0 commit comments