Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.47 KB

README.rst

File metadata and controls

45 lines (30 loc) · 1.47 KB

Build Status Code Health Updates Python 3

Pyros-msgs

Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field indicated by a specific message type

Testing

  1. make sure you have downloaded the submodules (ros message definitions)
  2. check tox -l to list the test environments
  3. choose the tests matching your platform and run them

The tests are also run on travis, so any pull request need to have tests failing at first ( create test to illustrate the problem if needed). Then add commits to fix the broken tests, and all must pass before merging.