Giter Site home page Giter Site logo

sgiraz / icub-firmware-shared Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robotology/icub-firmware-shared

0.0 0.0 0.0 9.99 MB

Protocols and Other Stuff Used both by iCub Firmware and iCub Software

License: GNU Lesser General Public License v2.1

CMake 1.41% C 92.76% C++ 5.83%

icub-firmware-shared's Introduction

icub-firmware-shared

This file contains instructions about how to use this repository. Created by "Marco Accame [email protected]" on 29 October 2015.

A. What the repository contains

This repository contains source code and include files which are commonly used by icub-main and icub-firmware repositories.

B. How to use the repository

The way this repository is used depends whether one wants to compile for icub-firmware or for icub-main. Here are the two cases.

B.1 Case of use with icub-firmware

The repositories icub-firmware and icub-firmware-shared must be placed in the same folder as in the following tree structure:

<folder> ---
            |--<icub-firmware>
            |
            |--<icub-firmware-shared>

Nothing else is required because projects inside icub-firmware will directly refer to source files using a relative path (which contains the string icub-firmware/../icub-firmware-shared/).

B.2 Case of use with icub-main

So far, the repository icub-firmware-shared is used to compile only on the pc104. to do so, one must:

  • Create a build subfolder into icub-firmware-shared: mkdir build-pc104
  • cd inside the build-pc104 folder: cd build-pc104
  • Call ccmake ..
  • Digit c as many times are required and then g to generate the makefile.
  • Run make to generate the correct dependencies required by icub-main (actually this step is not strictly required).

At this point a run of ccmake ../ in icub-main build folder will be able to find the suitable dependencies for icub-firmware-shared.

Maintainers

This repository is maintained by:

@marcoaccame

icub-firmware-shared's People

Contributors

marcoaccame avatar valegagge avatar ale-git avatar randaz81 avatar nicogene avatar davege89 avatar drdanz avatar triccyx avatar pattacini avatar mbrunettini avatar sgiraz avatar davidetome avatar lornat75 avatar traversaro avatar alexantn avatar mfussi66 avatar yeshasvitirupachuri avatar

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.