final-keyword (#113)
* Add final keyword to child class since parent has virtual methods and grand parent doesn't have a virtual destructor. This allows the code to be compiled by clang version 6.0 and above.
[indentation fixups]
* Use textwrap dedent for multiline strings
* Remove extra indentation in wikidoc
* Use textwrap.dedent to form the error message
[test fix] call shutdown to prevent test from hanging (#119)
Modernize Python code (#102)
* Use new-style classes
* Use with statement to ensure files are closed
Python 3 compatibility (#105)
* some randon python cleanup
* remove iter* method for their 2/3 compatible equivalent
Contributors: Eric Wieser, Jason Mercer, Mikael Arguedas
Fix callback returned by get_description_callback (#73) from ros/description_cb
Contributors: Jeff Eberl, Mikael Arguedas
1.5.46 (2016-11-15)
Add missing group params to wikidoc (#68)
The catkin generated wikidoc files were missing parameters defined as groups.
Both the Dox and UsageDox file were generated correctly, but the wikidoc was
using the wrong method to traverse all groups.
Contributors: Mark Horn
1.5.45 (2016-10-24)
Merge pull request #65 from bulwahn/master
address gcc6 build error