Coder Social home page Coder Social logo

rosinstalls's Introduction

LCSR rosinstalls

A collection of rosinstall files for quickly downloading LCSR ROS packages.

Conventions

These rosinstall files assume that you're using wstool to manage multiple Catkin workspaces (subspaces): one for normal catkin packages, called underlay and one for pure-CMake packages which provide package.xml files, called underlay_isolated.

In other words, your wstool workspace contains a structure like the following:

tree -L 2
.
├── underlay
│   ├── build
│   ├── devel
│   └── src
└── underlay_isolated
    ├── build_isolated
    ├── devel_isolated
    ├── install_isolated
    └── src

Once creating this workspace, you can build it in the following manner (this will create a pair of chained Catkin subspaces):

unset CMAKE_PREFIX_PATH
source /opt/ros/$ROS_DISTRO/setup.sh
cd underlay_isolated
catkin_make_isolated --install
source install_isolated/setup.sh
cd ../underlay
catkin_make
source devel/setup.sh

To load any rosinstall files from this repository into your workspace:

curl https://raw.github.com/jhu-lcsr/rosinstalls/master/SECTION/FILE.rosinstall | wstool merge -

The RAW links can be found conveniently in the README.md files in each secion, listed below.

Sections

  • applications - Application-specific rosinstall files (ROS and non-ROS packages)
  • isolated - Catkin isolated workspaces (non-ROS packages in underlay_isolated)
  • catkin - Catkin normal workspaces (ROS packages in underlay)
  • deprecated - Nobody cares about these. Ignore them.

rosinstalls's People

Contributors

jbohren avatar zchen24 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.