# libfranka2 **Repository Path**: kay2020/libfranka2 ## Basic Information - **Project Name**: libfranka2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-10 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libfranka: C++ library for Franka Emika research robots [![Build Status][travis-status]][travis] [![codecov][codecov-status]][codecov] With this library, you can control research versions of Franka Emika robots. See the [Franka Control Interface (FCI) documentation][fci-docs] for more information about what `libfranka` can do and how to set it up. The [generated API documentation][api-docs] also gives an overview of its capabilities. ## License `libfranka` is licensed under the [Apache 2.0 license][apache-2.0]. [apache-2.0]: https://www.apache.org/licenses/LICENSE-2.0.html [api-docs]: https://frankaemika.github.io/libfranka [fci-docs]: https://frankaemika.github.io/docs [travis-status]: https://travis-ci.org/frankaemika/libfranka.svg?branch=master [travis]: https://travis-ci.org/frankaemika/libfranka [codecov-status]: https://codecov.io/gh/frankaemika/libfranka/branch/master/graph/badge.svg [codecov]: https://codecov.io/gh/frankaemika/libfranka