-
Notifications
You must be signed in to change notification settings - Fork 12
Enhance Dynamixel model file handling with firmware version support #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
867ddff
feat: Enhance Dynamixel model file handling with firmware version sup…
Woojin-Crive 6c2d546
refactor: Improve code readability by standardizing formatting and sp…
Woojin-Crive d8fcbaa
refactor: Standardize error message formatting and improve readabilit…
Woojin-Crive 879d7b6
refactor: Standardize quotation marks in licensing comments for consi…
Woojin-Crive cd74961
refactor: Remove unused firmware-specific model file checks to simpli…
Woojin-Crive 9f5b764
chore: Bump version to 1.4.11 and update CHANGELOG with firmware vers…
Woojin-Crive 32c6921
refactor: Improve code readability by enhancing formatting in Dynamix…
Woojin-Crive ce9f662
refactor: Comment out debug logging for firmware version selection in…
Woojin-Crive 7811016
fix: Correct spelling of 'Hybrid Saveve' to 'Hybrid Save' in multiple…
Woojin-Crive File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| [type info] | ||
| name value | ||
| value_of_zero_radian_position 2048 | ||
| value_of_max_radian_position 4095 | ||
| value_of_min_radian_position 0 | ||
| min_radian -3.14159265 | ||
| max_radian 3.14159265 | ||
|
|
||
| [unit info] | ||
| Data Name value unit Sign Type | ||
| Present Velocity 0.0239691227 rad/s signed | ||
| Goal Velocity 0.0239691227 rad/s signed | ||
|
|
||
| [control table] | ||
| Address Size Data Name | ||
| 0 2 Model Number | ||
| 2 4 Model Information | ||
| 6 1 Firmware Version | ||
| 7 1 ID | ||
| 8 1 Baud Rate | ||
| 9 1 Return Delay Time | ||
| 10 1 Drive Mode | ||
| 11 1 Operating Mode | ||
| 12 1 Secondary(Shadow) ID | ||
| 13 1 Protocol Type | ||
| 20 4 Homing Offset | ||
| 24 4 Moving Threshold | ||
| 31 1 Temperature Limit | ||
| 32 2 Max Voltage Limit | ||
| 34 2 Min Voltage Limit | ||
| 36 2 PWM Limit | ||
| 38 2 Current Limit | ||
| 44 4 Velocity Limit | ||
| 48 4 Max Position Limit | ||
| 52 4 Min Position Limit | ||
| 62 1 PWM Slope | ||
| 63 1 Shutdown | ||
| 64 1 Torque Enable | ||
| 65 1 LED | ||
| 68 1 Status Return Level | ||
| 69 1 Registered Instruction | ||
| 70 1 Hardware Error Status | ||
| 76 2 Velocity I Gain | ||
| 78 2 Velocity P Gain | ||
| 80 2 Position D Gain | ||
| 82 2 Position I Gain | ||
| 84 2 Position P Gain | ||
| 88 2 Feedforward 2nd Gain | ||
| 90 2 Feedforward 1st Gain | ||
| 98 1 Bus Watchdog | ||
| 100 2 Goal PWM | ||
| 102 2 Goal Current | ||
| 104 4 Goal Velocity | ||
| 108 4 Profile Acceleration | ||
| 112 4 Profile Velocity | ||
| 116 4 Goal Position | ||
| 120 2 Realtime Tick | ||
| 122 1 Moving | ||
| 123 1 Moving Status | ||
| 124 2 Present PWM | ||
| 126 2 Present Current | ||
| 128 4 Present Velocity | ||
| 132 4 Present Position | ||
| 136 4 Velocity Trajectory | ||
| 140 4 Position Trajectory | ||
| 144 2 Present Input Voltage | ||
| 146 1 Present Temperature | ||
| 168 2 Indirect Address 1 | ||
| 208 1 Indirect Data 1 | ||
| 168 2 Indirect Address Write | ||
| 208 1 Indirect Data Write | ||
| 180 2 Indirect Address Read | ||
| 214 1 Indirect Data Read |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| [type info] | ||
| name value | ||
| value_of_zero_radian_position 2048 | ||
| value_of_max_radian_position 4095 | ||
| value_of_min_radian_position 0 | ||
| min_radian -3.14159265 | ||
| max_radian 3.14159265 | ||
|
|
||
| [unit info] | ||
| Data Name value unit Sign Type | ||
| Present Velocity 0.0239691227 rad/s signed | ||
| Goal Velocity 0.0239691227 rad/s signed | ||
|
|
||
| [control table] | ||
| Address Size Data Name | ||
| 0 2 Model Number | ||
| 2 4 Model Information | ||
| 6 1 Firmware Version | ||
| 7 1 ID | ||
| 8 1 Baud Rate | ||
| 9 1 Return Delay Time | ||
| 10 1 Drive Mode | ||
| 11 1 Operating Mode | ||
| 12 1 Secondary(Shadow) ID | ||
| 13 1 Protocol Type | ||
| 20 4 Homing Offset | ||
| 24 4 Moving Threshold | ||
| 31 1 Temperature Limit | ||
| 32 2 Max Voltage Limit | ||
| 34 2 Min Voltage Limit | ||
| 36 2 PWM Limit | ||
| 38 2 Current Limit | ||
| 44 4 Velocity Limit | ||
| 48 4 Max Position Limit | ||
| 52 4 Min Position Limit | ||
| 62 1 PWM Slope | ||
| 63 1 Shutdown | ||
| 64 1 Torque Enable | ||
| 65 1 LED | ||
| 68 1 Status Return Level | ||
| 69 1 Registered Instruction | ||
| 70 1 Hardware Error Status | ||
| 76 2 Velocity I Gain | ||
| 78 2 Velocity P Gain | ||
| 80 2 Position D Gain | ||
| 82 2 Position I Gain | ||
| 84 2 Position P Gain | ||
| 88 2 Feedforward 2nd Gain | ||
| 90 2 Feedforward 1st Gain | ||
| 98 1 Bus Watchdog | ||
| 100 2 Goal PWM | ||
| 102 2 Goal Current | ||
| 104 4 Goal Velocity | ||
| 108 4 Profile Acceleration | ||
| 112 4 Profile Velocity | ||
| 116 4 Goal Position | ||
| 120 2 Realtime Tick | ||
| 122 1 Moving | ||
| 123 1 Moving Status | ||
| 124 2 Present PWM | ||
| 126 2 Present Current | ||
| 128 4 Present Velocity | ||
| 132 4 Present Position | ||
| 136 4 Velocity Trajectory | ||
| 140 4 Position Trajectory | ||
| 144 2 Present Input Voltage | ||
| 146 1 Present Temperature | ||
| 168 2 Indirect Address 1 | ||
| 208 1 Indirect Data 1 | ||
| 168 2 Indirect Address Write | ||
| 208 1 Indirect Data Write | ||
| 180 2 Indirect Address Read | ||
| 214 1 Indirect Data Read |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| [type info] | ||
| name value | ||
| value_of_zero_radian_position 2048 | ||
| value_of_max_radian_position 4095 | ||
| value_of_min_radian_position 0 | ||
| min_radian -3.14159265 | ||
| max_radian 3.14159265 | ||
|
|
||
| [unit info] | ||
| Data Name value unit Sign Type | ||
| Present Velocity 0.0239691227 rad/s signed | ||
| Goal Velocity 0.0239691227 rad/s signed | ||
| Present Current 0.0006709470296015791 N/m signed | ||
| Goal Current 0.0006709470296015791 N/m signed | ||
|
|
||
| [control table] | ||
| Address Size Data Name | ||
| 0 2 Model Number | ||
| 2 4 Model Information | ||
| 6 1 Firmware Version | ||
| 7 1 ID | ||
| 8 1 Baud Rate | ||
| 9 1 Return Delay Time | ||
| 10 1 Drive Mode | ||
| 11 1 Operating Mode | ||
| 12 1 Secondary(Shadow) ID | ||
| 13 1 Protocol Type | ||
| 20 4 Homing Offset | ||
| 24 4 Moving Threshold | ||
| 31 1 Temperature Limit | ||
| 32 2 Max Voltage Limit | ||
| 34 2 Min Voltage Limit | ||
| 36 2 PWM Limit | ||
| 38 2 Current Limit | ||
| 44 4 Velocity Limit | ||
| 48 4 Max Position Limit | ||
| 52 4 Min Position Limit | ||
| 62 1 PWM Slope | ||
| 63 1 Shutdown | ||
| 64 1 Torque Enable | ||
| 65 1 LED | ||
| 68 1 Status Return Level | ||
| 69 1 Registered Instruction | ||
| 70 1 Hardware Error Status | ||
| 76 2 Velocity I Gain | ||
| 78 2 Velocity P Gain | ||
| 80 2 Position D Gain | ||
| 82 2 Position I Gain | ||
| 84 2 Position P Gain | ||
| 88 2 Feedforward 2nd Gain | ||
| 90 2 Feedforward 1st Gain | ||
| 98 1 Bus Watchdog | ||
| 100 2 Goal PWM | ||
| 102 2 Goal Current | ||
| 104 4 Goal Velocity | ||
| 108 4 Profile Acceleration | ||
| 112 4 Profile Velocity | ||
| 116 4 Goal Position | ||
| 120 2 Realtime Tick | ||
| 122 1 Moving | ||
| 123 1 Moving Status | ||
| 124 2 Present PWM | ||
| 126 2 Present Current | ||
| 128 4 Present Velocity | ||
| 132 4 Present Position | ||
| 136 4 Velocity Trajectory | ||
| 140 4 Position Trajectory | ||
| 144 2 Present Input Voltage | ||
| 146 1 Present Temperature | ||
| 168 2 Indirect Address 1 | ||
| 208 1 Indirect Data 1 | ||
| 168 2 Indirect Address Write | ||
| 208 1 Indirect Data Write | ||
| 180 2 Indirect Address Read | ||
| 214 1 Indirect Data Read |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.