Skip to content

Commit badd22e

Browse files
core: Install mavlink-server
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent f7cc5f0 commit badd22e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ COPY --from=downloadBinaries \
8787
/usr/bin/machineid-cli \
8888
/usr/bin/mavlink2rest \
8989
/usr/bin/mavlink-routerd \
90+
/usr/bin/mavlink-server \
9091
/usr/bin/mavp2p \
9192
/usr/bin/ttyd \
9293
/usr/bin/

core/tools/install-static-binaries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ TOOLS=(
1212
machineid
1313
mavlink2rest
1414
mavlink_router
15+
mavlink_server
1516
mavp2p
1617
ttyd
1718
)

0 commit comments

Comments
 (0)