-
-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
73 changed files
with
371 additions
and
373 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
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
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
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
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
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
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,5 @@ | ||
# | ||
# Development environment for the Dronecode SDK based on Fedora 28. | ||
# Development environment for the MAVSDK based on Fedora 28. | ||
# | ||
# Author: Julian Oes <[email protected]> | ||
# | ||
|
@@ -51,4 +51,4 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh | |
|
||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] | ||
|
||
WORKDIR "/home/user/DronecodeSDK" | ||
WORKDIR "/home/user/MAVSDK" |
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,5 @@ | ||
# | ||
# Development environment for the Dronecode SDK based on Fedora 29. | ||
# Development environment for the MAVSDK based on Fedora 29. | ||
# | ||
# Author: Julian Oes <[email protected]> | ||
# | ||
|
@@ -51,4 +51,4 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh | |
|
||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] | ||
|
||
WORKDIR "/home/user/DronecodeSDK" | ||
WORKDIR "/home/user/MAVSDK" |
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,5 @@ | ||
# | ||
# Development environment for the Dronecode SDK based on Ubuntu 16.04. | ||
# Development environment for MAVSDK based on Ubuntu 16.04. | ||
# | ||
# Author: Julian Oes <[email protected]> | ||
# | ||
|
@@ -61,4 +61,4 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh | |
|
||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] | ||
|
||
WORKDIR "/home/user/DronecodeSDK" | ||
WORKDIR "/home/user/MAVSDK" |
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,5 @@ | ||
# | ||
# Development environment for the Dronecode SDK based on Ubuntu 18.04. | ||
# Development environment for MAVSDK based on Ubuntu 18.04. | ||
# | ||
# Author: Julian Oes <[email protected]> | ||
# | ||
|
@@ -57,4 +57,4 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh | |
|
||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] | ||
|
||
WORKDIR "/home/user/DronecodeSDK" | ||
WORKDIR "/home/user/MAVSDK" |
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,9 +1,8 @@ | ||
# | ||
# PX4 SITL testing environment for the Dronecode SDK based on Ubuntu 18.04. | ||
# | ||
# PX4 SITL testing environment for MAVSDK based on Ubuntu 18.04. | ||
# Author: Julian Oes <[email protected]> | ||
# | ||
FROM dronecode/dronecode-sdk-ubuntu-18.04 | ||
FROM mavlink/mavsdk-ubuntu-18.04 | ||
MAINTAINER Julian Oes <[email protected]> | ||
|
||
ENV FIRMWARE_DIR ${WORKDIR}../Firmware | ||
|
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
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
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
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
Oops, something went wrong.