mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-23 09:03:40 +08:00
add warning to readme
This commit is contained in:
@@ -114,6 +114,10 @@ You may optionally use an Enable pin; set `axis.config.use_enable_pin` to True.
|
||||
When the Enable pin is asserted, the ODrive will go into closed loop control, and it will go to idle when de-asserted.
|
||||
The first time the line is asserted it will also execute the [startup procedure](commands.md#startup-procedure). Please see that section for more detail and how to configure it.
|
||||
|
||||
<div class="alert">
|
||||
The enable pin must not be considered a safety feature. It can only trigger state changes but a deasserted enable pin does not prevent state changes from other sources (e.g. if the used sets `requested_state` manually).
|
||||
</div>
|
||||
|
||||
## RC PWM input
|
||||
You can control the ODrive directly from an hobby RC receiver.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user