Unify subscribers file, class and lib name
Now we have a crazy naming for the ROS subscribers wrappers for wolf. For instance the diffdrive:
- File:
wolf_ros_subscriber_diffdrive.h/cpp
- Class:
SubscriberWrapperDiffdrive
- Lib:
libwolf_subscriber_diffdrive.so
I propose to unify this removing redundant information, such as ros
, wrapper
and maybe wolf
. It's just a proposal. But we need a coherent solution, for all three of them (file, class and lib).