ros / joint_state_publisher

http://wiki.ros.org/joint_state_publisher
50 stars 81 forks source link

Foxy fixes #53

Closed clalancette closed 4 years ago

clalancette commented 4 years ago

These are a few minor fixes for Foxy so that tests succeed without warnings:

  1. In the test launch files, node_{name,executable} -> {name,executable}
  2. Add a pytest.ini so that tests complete without a junit warning (see the commit message for more details).

Tested to work locally on Foxy.

clalancette commented 4 years ago

Thanks for the reviews! Merging and releasing for Foxy.