-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2 Use official MPU9250 library 1.0.2
The release was fixed bolderflight/invensense-imu#123
- Loading branch information
Showing
3 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -16,8 +16,8 @@ dependencies .dependencies: | |
arduino-cli core install esp32:[email protected] --config-file arduino-cli.yaml | ||
arduino-cli lib update-index | ||
arduino-cli lib install "Bolder Flight Systems SBUS"@1.0.1 | ||
arduino-cli lib install "Bolder Flight Systems MPU9250"@1.0.2 | ||
arduino-cli lib install "MAVLink"@2.0.1 | ||
arduino-cli lib install --git-url https://github.com/okalachev/MPU9250.git --config-file arduino-cli.yaml | ||
touch .dependencies | ||
|
||
gazebo/build cmake: gazebo/CMakeLists.txt | ||
|
This file contains 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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
board_manager: | ||
additional_urls: | ||
- https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json | ||
library: | ||
enable_unsafe_install: true |
This file contains 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