mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-23 17:13:47 +08:00
amend changelog
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Please add a note of your changes below this heading if you make a Pull Request.
|
||||
### Added
|
||||
* [Mechanical brake support](docs/mechanical-brakes.md)
|
||||
* Added periodic sending of encoder position on CAN
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -16,6 +17,9 @@ Please add a note of your changes below this heading if you make a Pull Request.
|
||||
* `enable_i2c_instead_of_can` was replaced by the separate settings `enable_i2c0` and `enable_can0`.
|
||||
* `<axis>.motor.gate_driver` was moved to `<axis>.gate_driver`.
|
||||
* `<axis>.min_endstop.pullup` and `<axis>.max_endstop.pullup` were removed. Use `<odrv>.config.gpioX_mode = GPIO_MODE_DIGITAL / GPIO_MODE_DIGITAL_PULL_UP / GPIO_MODE_DIGITAL_PULL_DOWN` instead.
|
||||
* `<axis>.config.can_node_id` was moved to `<axis>.config.can.node_id`
|
||||
* `<axis>.config.can_node_id_extended` was moved to `<axis>.config.can.is_extended`
|
||||
* `<axis>.config.can_heartbeat_rate_ms` was moved to `<axis>.config.can.heartbeat_rate_ms`
|
||||
|
||||
# Release Candidate
|
||||
## [0.5.1] - Date TBD
|
||||
|
||||
@@ -417,7 +417,7 @@ interfaces:
|
||||
vel: float32
|
||||
sensorless_ramp: LockinConfig
|
||||
general_lockin: LockinConfig
|
||||
can: CANConfig
|
||||
can: CanConfig
|
||||
gate_driver:
|
||||
c_name: gate_driver_exported_
|
||||
c_is_class: False
|
||||
@@ -482,7 +482,7 @@ interfaces:
|
||||
finish_on_distance: bool
|
||||
finish_on_enc_idx: bool
|
||||
|
||||
ODrive.Axis.CANConfig:
|
||||
ODrive.Axis.CanConfig:
|
||||
c_is_class: False
|
||||
attributes:
|
||||
node_id: uint32
|
||||
|
||||
Reference in New Issue
Block a user