mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-26 03:23:39 +08:00
Change variable name offset to phase_offset
The encoder documentation page has been updated to reflect the renaming of encoder.config.offset to encoder.config.phase_offset
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ In the `odrivetool`, type `<axis>.requested_state = AXIS_STATE_ENCODER_OFFSET_CA
|
||||
To verify everything went well, check the following variables:
|
||||
|
||||
* `<axis>.error` should be 0.
|
||||
* `<axis>.encoder.config.offset` - This should print a number, like -326 or 1364.
|
||||
* `<axis>.encoder.config.phase_offset` - This should print a number, like -326 or 1364.
|
||||
* `<axis>.encoder.config.direction` - This should print 1 or -1.
|
||||
|
||||
### Encoder with index signal
|
||||
|
||||
Reference in New Issue
Block a user