Skip to content
 
 

Repository files navigation

libfranka: C++ library for Franka Robotics research robots

Build Status codecov

With this library, you can control research versions of Franka Robotics 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.

Dependencies

The dependency of this library can be resolved via rosdep:

  1. Move to your colcon workspace root folder, e.g.
cd ~/ros2_ws/  # Change folder based on your system
  1. Clone this repository
git clone --recurse-submodules git@github.com:unisa-acg/libfranka.git src/libfranka
cd src/libfranka/
git submodule update --init --recursive
cd -
  1. Install dependencies (you need to be a superuser to do so)
rosdep install --from-paths src -y -i

Install

This library can be installed via colcon from your colcon workspace root:

colcon build --packages-up-to libfranka --cmake-args -DCMAKE_BUILD_TYPE=Release

If some compilation workings appear on googletest, you can safely ignore them.

License

libfranka is licensed under the Apache 2.0 license.

About

C++ library for Franka research robots

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages