Gremsy / PayloadSdk

GNU General Public License v3.0
3 stars 4 forks source link

PayloadSdk

This repo is officially SDK for all Gremsy's Payloads

Hardware

Clone the project

git clone -b develop --recurse-submodules https://github.com/Gremsy/PayloadSdk.git

cd PayloadSdk/libs/gSDK/
git checkout gSDK_V3_alpha
git pull origin gSDK_V3_alpha

Hardware setup

PayloadSDK supports 2 control conections, that's configured at payloadsdk.h:

Image

Figure 1: Hardware setup use Ethernet or UART connection

How to build

cmake -Dpayload ../ e.g. cmake -DVIO=1 ../ cmake -DGHADRON=1 ../ cmake -DZIO=1 ../

make -j6