Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 559 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 559 Bytes

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