DLu / roscompile

106 stars 19 forks source link

Roscompile: The Big Rewrite #43

Closed DLu closed 6 years ago

DLu commented 6 years ago

I have split the roscompile package into two separate, more-maintainable pieces. All of the major package structure goes into ros_introspection and the scripts operating on that structure remain in the separate roscompile package.

Beyond cleaning lots of little things up, this rewrite also gave me the opportunity to create tests for the operations done in the roscompile package. The test packages are downloaded as a zip file from the roscompile_test_data repo.