GithubHelp home page GithubHelp logo

xenvre / robots-io Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 3.0 2.32 MB

Small C++ library to ease access to some devices of a robot using standard formats from Eigen and OpenCV.

Home Page: https://xenvre.github.io/robots-io/docs/html/annotated.html

License: BSD 3-Clause "New" or "Revised" License

CMake 22.90% C++ 76.05% Thrift 0.13% SWIG 0.38% Python 0.53%
eigen opencv yarp icub robots camera hand probe

robots-io's Introduction

RobotsIO

Small C++ library to ease access to some devices of a robot using standard formats from Eigen and OpenCV.

CI badge

Browsable API

Dependencies

Optional

If the following are enabled, some functionalities related to the iCub robot and/or YARP are also available.

Installation

git clone https://github.com/xenvre/robots-io.git
cd robots-io
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=<installation_path> [-DUSE_ICUB=ON] [-DUSE_YARP=ON] ../
make install

In order to use the library within a CMake project

find_package(RobotsIO REQUIRED)
(...)
target_link_libraries(... RobotsIO::RobotsIO ...)

robots-io's People

Contributors

s-dafarra avatar traversaro avatar xenvre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

robots-io's Issues

CI fails because icub-contrib-common is looking for an exact match of the YARP version

The CI keeps failing with this error:

Cloning into 'icub-contrib-common'...
Note: switching to 'v1.19.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at cd63526 added official maintainer
CMake Error at CMakeLists.txt:8 (find_package):
  Could not find a configuration file for package "YARP" that is compatible
  with requested version "3.3.2".

  The following configuration files were considered but not accepted:

    /home/runner/work/robots-io/robots-io/lib/cmake/YARP/YARPConfig.cmake, version: 3.7.2 (64bit)



-- Configuring incomplete, errors occurred!

That is strange as icub-contrib-common is not searching for an exact match:

https://github.com/robotology/icub-contrib-common/blob/cd6352688c64aadc0a044925532d08fbcb688886/CMakeLists.txt#L8

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.