GithubHelp home page GithubHelp logo

osal22 / ros1 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14.2 MB

CMake 4.10% C++ 54.89% C 1.55% Python 36.16% EmberScript 0.33% Shell 0.30% Makefile 0.20% Common Lisp 1.95% Awk 0.01% Batchfile 0.04% HTML 0.27% CSS 0.01% GLSL 0.07% SWIG 0.01% Processing 0.11%

ros1's Introduction

ROS1 repository contains all the package for base ros1

Build commands

git clone ...
cd ros1
catkin build

Known issues

For the issue in log4xx shaerd_mutex try this

Their proposed solution is to modify /usr/include/log4cxx/boost-std-configuration.h, from this:

#define STD_SHARED_MUTEX_FOUND 1 #define Boost_SHARED_MUTEX_FOUND 0

to this:

#define STD_SHARED_MUTEX_FOUND 0 #define Boost_SHARED_MUTEX_FOUND 1

Which it works Also according to the tracker, this should be resolved upstream, but I guess the build hasn't made it to the arch repository yet, so this should be a temporary fix and should be fixed whenever the log4cxx is updated.

ros1's People

Contributors

osal22 avatar

Watchers

 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.