Skip to content

Commit 0254467

Browse files
committed
refactor: Update Dynamixel model files to include external port data entries
1 parent bae1f91 commit 0254467

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

param/dxl_model/h42_20_s300_ra.model

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Address Size Data Name
4848
524 2 Velocity I Gain
4949
526 2 Velocity P Gain
5050
528 2 Position D Gain
51-
532 2 Position P Gain
5251
530 2 Position I Gain
52+
532 2 Position P Gain
5353
536 2 Feedforward 2nd Gain
5454
538 2 Feedforward 1st Gain
5555
546 1 Bus Watchdog
@@ -70,6 +70,10 @@ Address Size Data Name
7070
588 4 Position Trajectory
7171
592 2 Present Input Voltage
7272
594 1 Present Temperature
73+
600 2 External Port Data 1
74+
602 2 External Port Data 2
75+
604 2 External Port Data 3
76+
606 2 External Port Data 4
7377
168 2 Indirect Address 1
7478
634 1 Indirect Data 1
7579
168 2 Indirect Address Write

param/dxl_model/h54_100_s500_ra.model

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Address Size Data Name
4848
524 2 Velocity I Gain
4949
526 2 Velocity P Gain
5050
528 2 Position D Gain
51-
532 2 Position P Gain
5251
530 2 Position I Gain
52+
532 2 Position P Gain
5353
536 2 Feedforward 2nd Gain
5454
538 2 Feedforward 1st Gain
5555
546 1 Bus Watchdog
@@ -70,6 +70,10 @@ Address Size Data Name
7070
588 4 Position Trajectory
7171
592 2 Present Input Voltage
7272
594 1 Present Temperature
73+
600 2 External Port Data 1
74+
602 2 External Port Data 2
75+
604 2 External Port Data 3
76+
606 2 External Port Data 4
7377
168 2 Indirect Address 1
7478
634 1 Indirect Data 1
7579
168 2 Indirect Address Write

param/dxl_model/h54_200_s500_ra.model

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Address Size Data Name
4848
524 2 Velocity I Gain
4949
526 2 Velocity P Gain
5050
528 2 Position D Gain
51-
532 2 Position P Gain
5251
530 2 Position I Gain
52+
532 2 Position P Gain
5353
536 2 Feedforward 2nd Gain
5454
538 2 Feedforward 1st Gain
5555
546 1 Bus Watchdog
@@ -70,6 +70,10 @@ Address Size Data Name
7070
588 4 Position Trajectory
7171
592 2 Present Input Voltage
7272
594 1 Present Temperature
73+
600 2 External Port Data 1
74+
602 2 External Port Data 2
75+
604 2 External Port Data 3
76+
606 2 External Port Data 4
7377
168 2 Indirect Address 1
7478
634 1 Indirect Data 1
7579
168 2 Indirect Address Write

param/dxl_model/m42_10_s260_ra.model

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Address Size Data Name
4848
524 2 Velocity I Gain
4949
526 2 Velocity P Gain
5050
528 2 Position D Gain
51-
532 2 Position P Gain
5251
530 2 Position I Gain
52+
532 2 Position P Gain
5353
536 2 Feedforward 2nd Gain
5454
538 2 Feedforward 1st Gain
5555
546 1 Bus Watchdog
@@ -70,6 +70,10 @@ Address Size Data Name
7070
588 4 Position Trajectory
7171
592 2 Present Input Voltage
7272
594 1 Present Temperature
73+
600 2 External Port Data 1
74+
602 2 External Port Data 2
75+
604 2 External Port Data 3
76+
606 2 External Port Data 4
7377
168 2 Indirect Address 1
7478
634 1 Indirect Data 1
7579
168 2 Indirect Address Write

param/dxl_model/m54_40_s250_ra.model

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Address Size Data Name
4848
524 2 Velocity I Gain
4949
526 2 Velocity P Gain
5050
528 2 Position D Gain
51-
532 2 Position P Gain
5251
530 2 Position I Gain
52+
532 2 Position P Gain
5353
536 2 Feedforward 2nd Gain
5454
538 2 Feedforward 1st Gain
5555
546 1 Bus Watchdog
@@ -70,6 +70,10 @@ Address Size Data Name
7070
588 4 Position Trajectory
7171
592 2 Present Input Voltage
7272
594 1 Present Temperature
73+
600 2 External Port Data 1
74+
602 2 External Port Data 2
75+
604 2 External Port Data 3
76+
606 2 External Port Data 4
7377
168 2 Indirect Address 1
7478
634 1 Indirect Data 1
7579
168 2 Indirect Address Write

param/dxl_model/m54_60_s250_ra.model

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Address Size Data Name
4848
524 2 Velocity I Gain
4949
526 2 Velocity P Gain
5050
528 2 Position D Gain
51-
532 2 Position P Gain
5251
530 2 Position I Gain
52+
532 2 Position P Gain
5353
536 2 Feedforward 2nd Gain
5454
538 2 Feedforward 1st Gain
5555
546 1 Bus Watchdog
@@ -70,6 +70,10 @@ Address Size Data Name
7070
588 4 Position Trajectory
7171
592 2 Present Input Voltage
7272
594 1 Present Temperature
73+
600 2 External Port Data 1
74+
602 2 External Port Data 2
75+
604 2 External Port Data 3
76+
606 2 External Port Data 4
7377
168 2 Indirect Address 1
7478
634 1 Indirect Data 1
7579
168 2 Indirect Address Write

0 commit comments

Comments
 (0)