ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
47 stars 91 forks source link

check if ros xml schema link is present #268

Closed fabolhak closed 4 years ago

fabolhak commented 4 years ago

Adds a function to check whether a ROS schema is referenced in the package.xml.

As discussed in https://github.com/colcon/colcon-ros/pull/81.

nosetests run without problems. However, didn't check nosetests3 (don't know how to install).

fabolhak commented 4 years ago

wow, this linter is really tough

dirk-thomas commented 4 years ago

Thank you for the contribution.

I made some minor modifications - I hope they look good to you: