Skip to content

JakobThumm/libfranka-SaRA

 
 

Repository files navigation

libfranka: C++ library for Franka Emika research robots

Build Status codecov

With this library, you can control research versions of Franka Emika robots. See the Franka Control Interface (FCI) documentation for more information about what libfranka can do and how to set it up. The generated API documentation also gives an overview of its capabilities.

Building

cd external/sara-shield/safety_shield/external/SaRA/ReachLib/
mkdir build
cd build
cmake ..
make -j10
sudo make install
cd <libfranka-SaRA-dir>
mkdir build
cd build
cmake ..
make -j10
cpack -G DEB
sudo dpkg -i libfranka*.deb

License

libfranka is licensed under the Apache 2.0 license.

About

C++ library for Franka research robots

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.9%
  • CMake 2.7%
  • C 1.1%
  • Shell 0.3%