mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-24 17:53:39 +08:00
Merge remote-tracking branch 'origin/master' into fw-v0.5.3
This commit is contained in:
@@ -1486,6 +1486,8 @@ valuetypes:
|
||||
|
||||
### Valid Control modes
|
||||
* `CONTROL_MODE_POSITION_CONTROL`
|
||||
* `CONTROL_MODE_VELOCITY_CONTROL`
|
||||
* `CONTROL_MODE_TORQUE_CONTROL`
|
||||
Tuning:
|
||||
brief: Implements a tuning mode
|
||||
doc: |
|
||||
|
||||
+4
-1
@@ -7,7 +7,7 @@ GEM
|
||||
minitest (~> 5.1)
|
||||
tzinfo (~> 1.1)
|
||||
zeitwerk (~> 2.2, >= 2.2.2)
|
||||
addressable (2.7.0)
|
||||
addressable (2.8.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
coffee-script (2.4.1)
|
||||
coffee-script-source
|
||||
@@ -228,6 +228,8 @@ GEM
|
||||
nokogiri (1.11.6)
|
||||
mini_portile2 (~> 2.5.0)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.11.6-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
octokit (4.21.0)
|
||||
faraday (>= 0.9)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
@@ -271,6 +273,7 @@ GEM
|
||||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
github-pages
|
||||
|
||||
@@ -103,7 +103,7 @@ Some instructions in this document may assume that you're using a bash command p
|
||||
* [Python 3](https://www.python.org/downloads/)
|
||||
* Install Python packages: `pip install PyYAML Jinja2 jsonschema`
|
||||
* [OpenOCD](https://github.com/xpack-dev-tools/openocd-xpack/releases/).
|
||||
* [ST-Link/V2 Drivers](http://www.st.com/web/en/catalog/tools/FM147/SC1887/PF260219)
|
||||
* [ST-Link/V2 Drivers](https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-utilities/stsw-link009.html)
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user