-
Notifications
You must be signed in to change notification settings - Fork 12
Add OMY dynamixel model files #23
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
Closed
Closed
Changes from all commits
Commits
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| [type info] | ||
| name value | ||
| value_of_zero_radian_position 0 | ||
| value_of_max_radian_position 740 | ||
| value_of_min_radian_position 0 | ||
| min_radian 0.0 | ||
| max_radian 1.099 | ||
|
|
||
| [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 (Bus) | ||
| 10 1 Tool Analog Enable | ||
| 11 1 Tool Baud Rate | ||
| 12 1 Tool Protocol | ||
| 13 1 Tool ID | ||
| 14 1 Tool Status | ||
| 30 1 Button Status | ||
| 32 1 R LED | ||
| 33 1 G LED | ||
| 34 1 B LED | ||
| 36 2 Realtime Tick | ||
| 40 1 Digital Input | ||
| 41 1 Digital Output | ||
| 42 2 Analog Input1 | ||
| 44 2 Analog Input2 | ||
| 46 1 SyncTable Enable | ||
| 48 2 SyncTable Read Address | ||
| 52 2 SyncTable Read Size | ||
| 56 2 SyncTable Write Address | ||
| 60 2 SyncTable Write Size | ||
| 378 2 Indirect Address | ||
| 634 1 Indirect Data | ||
| 72 1 Hardware Error Status | ||
| 73 1 Moving | ||
| 74 2 Present Current | ||
| 76 4 Present Velocity | ||
| 80 4 Present Position | ||
| 84 4 Position Trajectory | ||
| 200 1 Torque Enable | ||
| 202 2 Goal Current | ||
| 204 4 Goal Velocity | ||
| 208 4 Goal Position | ||
| 378 2 Indirect Address 1 | ||
| 634 1 Indirect Data 1 | ||
| 378 2 Indirect Address Write | ||
| 634 1 Indirect Data Write | ||
| 402 2 Indirect Address Read | ||
| 646 1 Indirect Data Read | ||
|
Comment on lines
+1
to
+52
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
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,35 @@ | ||
| [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 (Bus) | ||
| 9 1 DXL Baud Rate | ||
| 10 2 DB Voltage | ||
| 12 1 DB Voltage Thresh | ||
| 14 2 DB Voltage D Gain | ||
| 16 2 DB Voltage I Gain | ||
| 18 2 DB Voltage P Gain | ||
| 20 1 SyncTable ID | ||
| 30 2 SyncTable Read Address | ||
| 50 2 SyncTable Read Size | ||
| 70 2 SyncTable Write Address | ||
| 90 2 SyncTable Write Size | ||
| 110 2 SyncTable Period | ||
| 112 2 Indirect Address | ||
| 512 1 Power Enable | ||
| 513 1 Voltage Control Enable | ||
| 514 1 Table Sync Enable | ||
| 515 1 R LED | ||
| 516 1 G LED | ||
| 517 1 B LED | ||
| 518 1 Status | ||
| 519 1 EMG Power Ctrl | ||
| 520 2 Realtime Tick | ||
| 522 2 Present Input Voltage | ||
| 524 2 Present Input Current | ||
| 550 1 Status Return Level | ||
| 560 1 SyncTable Read Data | ||
| 688 1 SyncTable Write Data | ||
| 816 1 Indirect Data | ||
|
Comment on lines
+1
to
+35
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding the new OMY models here is good, but is there any validation in the code to ensure that these are expected values? Without validation, unexpected model numbers could cause issues. Consider adding a comment explaining the source of these model numbers.