Git Product home page Git Product logo

vinca's Introduction

vinca

Conda recipe generator for ROS packages

WARNING: This project is at a super early stage. No guarantees everything works.

Concept

The tool generates conda recipe to capture all the selected ROS packages. Later, one can use conda-smithy to auto-generate pipeline to release conda binary packages.

Example

First you have to create a vinca.yaml to describe ROS information for vinca to do the magic generating the recipe.

# vinca.yaml
ros_distro: eloquent

# optionally, a fat archive can be generated too.
fat_archive: true
name: ros-eloquent-fat-ament-cmake

# mapping of rosdep keys
# it can be also used to shadow the unwanted packages.
conda_index:
  - 'https://github.com/RoboStack/ros-galactic/blob/master/vinca_linux_64.yaml'

# packages to skip
packages_skip_by_deps:

# packages to include
packages_select_by_deps:
  - ament_cmake

# patch directory
patch_dir: ./patch

Special modes

Build all

To generate recipes for all available ROS packages you can add build_all: true to your vinca.yaml. In that case, otherwise selected packages will be ignored and vinca will generate recipes for all available packages. To try to see how far one can go, it's recommended to run vinca and boa like this:

vinca --multiple  # to generate a `./recipes` folder with multiple subfolders
boa build --skip-existing=fast --continue-on-failure -m conda_build_config.yaml ./recipes

vinca's People

Contributors

wolfv avatar tobias-fischer avatar seanyen avatar traversaro avatar hbcarlos avatar nuclearsandwich 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.