Skip to content

vas0x59/mavlink_drone_sdk_tests

Repository files navigation

 
 MMMM          
 MMMMM        MM                  ll     i             k         
 MMM MM      MMM                   ll                  k    kk        @@@@@@@@     @@@@@@      @       @
 MMM  MM    MMMM                    l    i  n          k  k          @            @      @    @     @@
 MMM   MM  MM MM   aaaaa   v     v  l    i  nnnnnnn    kk           @            @       @   @   @@
 MMM    MMMM  MM        a  v     v  l    i  n      n   kk            @@@@@@     @       @   @ @  
 MMM          MM   aaaaaa  v     v  l    i  n      n   k kk                @   @       @   @@  @@ 
 MMM          MM  a     a   v   v   ll   i  n      n   k   kk             @   @      @    @      @@
              MM  aaaaaa      v      ll  i  n      n   k     kk   @@@@@@@@   @@@@@@@     @         @
 
                                                                                     by Vasily Yuryev
                                                                                                 2020
 ##          
 ##M          ##                  ##     #             #         
 ## #        ###                   L#                  #    ##        @@@@@@@@     @@@@@@      @       @
 ##  #      # ##                    #    I  #          #  #          @            @      @    @     @@
 M#   #    #  M#   #####   #     V  #    I  #######    #k           @            @       @   @   @@
 ##    #  #   ##        #  #     #  #    #  N      #   ##            @@@@@@     @       @   @@@  
 ##     M#    ##   ##A###  V     #  #    #  #      #   # ##                @   @       @   @   @@ 
 ##           #M  #     #   #   #   ##   #  #      #   #   ##             @   @      @    @      @@
              ##  #A####      #      #L  #  #      N   #     #k   @@@@@@@@   @@@@@@@     @         @
              
                                                                                     by Vasily Yuryev
                                                                                                 2020

MAVLINK SDK for indoor drones

Examples for mavlink_drone_sdk

Dependencies

Install dependencies

Submodules

git submodule update --init --recursive

Build dependencies

# this arch
./build_all.sh 1 1/0 #init or just build#
# Raspberry PI
./build_all.sh arm 1/0 #init or just build#

Build

# this arch
./build.sh 1 1/0 #init or just build#
# Raspberry PI
./build.sh arm 1/0 #init or just build#

Deploy

# For Raspberry PI
./deploy.sh

Description

udp/tcp_telemtry_test.cpp - connection and commands ( telemetry ) tests
udp_vpe_sender.cpp - send VPE data to autopilot
start_router.sh - start mavlink-router

Run

On Raspberry PI

./run_prog.sh #program name#

On Raspberry PI remotely

# Run on laptop
./run_on_raspi.sh #program name# 

Project repositories


by Vasily Yuryev