secosun / gazebodistro

Files defining the Open Robotics dependencies

Home Page:https://ignitionrobotics.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gazebo distro repo

This repo maintains a list of files defining the Open Robotics dependencies (ignition robotics packages, sdformat, gazebo) for each major version of the Open Robotics software.

It is designed to work with the vcstool

Testing Changes Locally

To test any changes you make to repo files:

Run yamllint on all files:

pip install yamllint
yamllint *.yaml

Run nosetest suite on changed files:

pip install PyYAML argparse nose coverage unidiff PyGithub

nosetests -s

About

Files defining the Open Robotics dependencies

https://ignitionrobotics.org/


Languages

Language:Python 100.0%