Skip to content

rddl-network/rddl-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92387c1 · Aug 26, 2024

History

64 Commits
Jan 24, 2024
Nov 17, 2023
Aug 26, 2024
Aug 26, 2024
Aug 26, 2024
May 29, 2024
May 14, 2024
Nov 8, 2023
Dec 5, 2023
Dec 5, 2023
Nov 17, 2023
Dec 5, 2023
Dec 13, 2023
Dec 15, 2023

Repository files navigation

rddl-sdk

A library containing support for libRddl designed to be integrated into embedded devices.

Prerequisites

Need following libraries

sudo apt-get update
sudo apt-get install protobuf-compiler libprotobuf-c-dev

Compilation and Test

This Repository contains submodules so you need to run:

git submodule update --init --recursive

Before testing, it is recommended to read chapter 3 of RDDL_SDK.pdf in the docs.

To compile project;

bash build.sh

To run test codes;

bash runTest.sh