############################################################################### # Default Repo Index ############################################################################### # # Why # === # # We have repository files everywhere...easy to forget/lose track of them. # # Quick Start # =========== # # At it's simplest, this is just a key to a url where a repos can be # found. You can then install the sources into a catkin environment. # # e.g. for the ecl key-value pair # # ecl: 'https://raw.github.com/stonier/ecl_core/indigo/ecl.repos' # # e.g. to download and compile ecl from key-value pair # # vci find ecl # # Mixins # ====== # # When you use a key-value pair multiply, combine them in a list to form new workspaces. # Downloading and compiling works in the same way. # # e.g. arm_bootstrap: # # arm_bootstrap: [_catkin, _drone_bootstrap, yaml_cpp, respawn] # ############################################################################### # repos used only as helpers, use a '_' convention for sorting _catkin: 'kinetic/catkin.repos' # using an alias catkin: [_catkin] # a relative path ecl: 'kinetic/ecl.repos' ros_tutorials: 'kinetic/ros_tutorials.repos' # a url ecl_tools: 'https://raw.github.com/stonier/vci/repos/kinetic/ecl_tools.repos'