Skip to content

ROS messages and service definitions for use with pyros

License

Notifications You must be signed in to change notification settings

pyros-dev/pyros-msgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28d9d6a · Feb 17, 2018
Feb 13, 2018
Feb 17, 2018
Aug 31, 2017
Jul 27, 2017
Jul 27, 2017
Feb 17, 2018
Aug 30, 2017
Feb 13, 2018
Feb 7, 2018
Sep 8, 2016
Sep 5, 2017
Feb 17, 2018
Jul 27, 2017
May 31, 2017
Sep 9, 2016
Feb 13, 2018
Feb 17, 2018
Mar 31, 2017

Repository files navigation

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.