ros_controllers icon indicating copy to clipboard operation
ros_controllers copied to clipboard

Move PLUGINLIB_EXPORT_CLASS into source files

Open mathias-luedtke opened this issue 7 years ago • 0 comments

diff_drive_controller and four_wheel_steering_controller define the plugin in a public header file. This should be moved into the source file (like in all other controller) to avoid duplicated defintions.

mathias-luedtke avatar Nov 21 '18 06:11 mathias-luedtke