Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 336 Bytes

File metadata and controls

29 lines (16 loc) · 336 Bytes

RDDA

Dependency

Install SOEM

git clone https://github.com/OpenEtherCATsociety/SOEM

cd SOEM

mkdir build

cd build

cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/

make

sudo make install

Install RDDA

git clone https://github.com/RoboticsCollaborative/RDDA.git

mkdir build

cd build

cmake ..

make