Closed RENyunfan closed 4 years ago
Dear all,
I solved this problem and I found it is the version confliction of pluginlib, try to replace
PLUGINLIB_DECLARE_CLASS(so3_control, SO3ControlNodelet, SO3ControlNodelet,
in src/uav_simulator/so3_control/src/so3_control_nodelet.cpp:218:24
to
PLUGINLIB_EXPORT_CLASS( SO3ControlNodelet, nodelet::Nodelet);
When I try
I got results like this