You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the idea was to use internally actionlib::SimpleActionServer<...>::shutdown(), but the inherited actionlib::ActionServerBase<...>::shutdown() simply does not exist. I get:
rtt_ros_integration/rtt_actionlib/include/rtt_actionlib/rtt_simple_action_server.h:70:4: error: ‘classrtt_actionlib::RTTActionServer<MyAction_<std::allocator<void> > >’ has no member named ‘shutdown’
The text was updated successfully, but these errors were encountered:
I think the idea was to use internally actionlib::SimpleActionServer<...>::shutdown(), but the inherited actionlib::ActionServerBase<...>::shutdown() simply does not exist. I get:
The text was updated successfully, but these errors were encountered: