Skip to content

Commit 38dcf64

Browse files
committed
feat: Add new model configurations for ffw_g10_led and ffw_g40_imu, and update dynamixel model list
1 parent f519f98 commit 38dcf64

File tree

3 files changed

+67
-12
lines changed

3 files changed

+67
-12
lines changed

param/dxl_model/dynamixel.model

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Number Name
2+
220 omy_hat.model
3+
230 omy_end.model
4+
231 omy_end_rh_p12_rn.model
25
350 xl320.model
6+
536 sensorxel_joy.model
7+
537 ffw_g40_imu.model
8+
600 sensorxel_joy.model
9+
601 ffw_g10_led.model
10+
602 ffw_g10_rcu.model
11+
620 ffw_sg2_steer_1.model
12+
621 ffw_sg2_steer_2.model
13+
622 ffw_sg2_steer_3.model
14+
623 ffw_sg2_drive_1.model
15+
624 ffw_sg2_drive_2.model
16+
625 ffw_sg2_drive_3.model
317
1000 xh430_w350.model
418
1001 xd430_t350.model
519
1010 xh430_w210.model
@@ -44,15 +58,3 @@ Number Name
4458
4150 ym080_230_r099.model
4559
4170 ym080_230_a099.model
4660
35074 rh_p12_rn.model
47-
220 omy_hat.model
48-
230 omy_end.model
49-
231 omy_end_rh_p12_rn.model
50-
536 sensorxel_joy.model
51-
600 sensorxel_joy.model
52-
602 ffw_g10_rcu.model
53-
620 ffw_sg2_steer_1.model
54-
621 ffw_sg2_steer_2.model
55-
622 ffw_sg2_steer_3.model
56-
623 ffw_sg2_drive_1.model
57-
624 ffw_sg2_drive_2.model
58-
625 ffw_sg2_drive_3.model

param/dxl_model/ffw_g10_led.model

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[control table]
2+
Address Size Data Name
3+
0 2 Model Number
4+
2 1 ROBOT_Generation
5+
3 1 Board_Number
6+
5 1 Firmware_Version_Major
7+
6 1 Firmware_Version_Minor
8+
7 1 ID
9+
8 1 Baud Rate (Bus)
10+
9 1 HW_REV
11+
10 1 Boot_Version_Major
12+
11 1 Boot_Version_Minor
13+
12 4 Error_Code
14+
20 4 Micros
15+
24 4 Millis
16+
100 1 Neopixel_Head_Left_Red
17+
101 1 Neopixel_Head_Left_Green
18+
102 1 Neopixel_Head_Left_Blue
19+
103 1 Neopixel_Head_Left_Brightness
20+
104 1 Neopixel_Head_Left_Mode
21+
105 2 Neopixel_Head_Left_Control_Time
22+
107 1 Neopixel_Head_Left_Led_Count
23+
110 1 Neopixel_Head_Right_Red
24+
111 1 Neopixel_Head_Right_Green
25+
112 1 Neopixel_Head_Right_Blue
26+
113 1 Neopixel_Head_Right_Brightness
27+
114 1 Neopixel_Head_Right_Mode
28+
115 2 Neopixel_Head_Right_Control_Time
29+
117 1 Neopixel_Head_Right_Led_Count

param/dxl_model/ffw_g40_imu.model

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[control table]
2+
Address Size Data Name
3+
0 2 Model Number
4+
2 1 ROBOT_Generation
5+
3 1 Board_Number
6+
5 1 Firmware_Version_Major
7+
6 1 Firmware_Version_Minor
8+
7 1 ID
9+
8 1 Baud Rate (Bus)
10+
9 1 HW_REV
11+
10 1 Boot_Version_Major
12+
11 1 Boot_Version_MInor
13+
12 4 Error_Code
14+
20 4 Micros
15+
24 4 Millis
16+
32 2 IMU ACC SCALE
17+
34 2 IMU GYRO SCALE
18+
36 4 IMU TIMESTAMP
19+
40 2 IMU ACC X
20+
42 2 IMU ACC Y
21+
44 2 IMU ACC Z
22+
46 2 IMU GYRO X
23+
48 2 IMU GYRO Y
24+
50 2 IMU GYRO Z

0 commit comments

Comments
 (0)