Skip to content

Package set with the definition of all non-core packages from Rock (Robot Construction Kit)

Notifications You must be signed in to change notification settings

rock-core/rock-package_set

Folders and files

NameName
Last commit message
Last commit date
Mar 26, 2020
May 24, 2019
Dec 7, 2023
Sep 25, 2024
Mar 5, 2020
Mar 5, 2020
May 24, 2019
Sep 2, 2011
May 24, 2024
Nov 14, 2024
Oct 20, 2022
May 16, 2014
Feb 13, 2025
Jan 18, 2022
Jan 18, 2022
Oct 7, 2015
Jun 3, 2015
Feb 13, 2024

Repository files navigation

Rock Package Set

This is the package set extending the rock.core package_set. Libraries are declared in libs.autobuild, oroGen components in orogen.autobuild. The actual mapping from the package name to the its actual source (git repository, archive, etc.) is done in the source.yml.

Operating System dependencies are defined in rock.osdeps.

Further information on package_sets can be found on rock-robotics.org.

Merge Requests

The CI in use has a time limit for building. Hence, we require a particular branch naming schema for PRs, so that a single package build can be tested.

Use the following schema to trigger the build:

    update__<name-of-your-package>

For instance to add an oroGen package drivers/orogen/new_driver, create the following branch to create your PR:

    update__drivers/orogen/new_driver