I discovered the problem that #39 refers to - the node handle is not initialised with a call to nodelet::getNodeHandle() and the mappings are wrong.
And it turns out I'm not the first to find this - this commit is cherry-picked from @SafeDroneWare fork.
I discovered the problem that #39 refers to - the node handle is not initialised with a call to
nodelet::getNodeHandle()
and the mappings are wrong. And it turns out I'm not the first to find this - this commit is cherry-picked from @SafeDroneWare fork.Fixes #39