Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.57 KB | None | 0 0
  1. In file included from /home/tsc21/dev_mavros/accel_plug_msg_sync/src/mavros/mavros/include/mavros/setpoint_mixin.h:26:0,
  2.                  from /home/tsc21/dev_mavros/accel_plug_msg_sync/src/mavros/mavros/src/plugins/setpoint_attitude.cpp:19:
  3. /opt/ros/kinetic/include/message_filters/subscriber.h:95:7: note: ‘message_filters::Subscriber<mavros_msgs::Thrust_<std::allocator<void> > >::Subscriber(const message_filters::Subscriber<mavros_msgs::Thrust_<std::allocator<void> > >&)’ is implicitly deleted because the default definition would be ill-formed:
  4.  class Subscriber : public SubscriberBase, public SimpleFilter<M>
  5.        ^
  6. /opt/ros/kinetic/include/message_filters/subscriber.h:95:7: error: use of deleted function ‘message_filters::SimpleFilter<mavros_msgs::Thrust_<std::allocator<void> > >::SimpleFilter(const message_filters::SimpleFilter<mavros_msgs::Thrust_<std::allocator<void> > >&)
  7. In file included from /opt/ros/kinetic/include/tf2_ros/message_filter.h:46:0,
  8.                  from /home/tsc21/dev_mavros/accel_plug_msg_sync/src/mavros/mavros/include/mavros/setpoint_mixin.h:25,
  9.                  from /home/tsc21/dev_mavros/accel_plug_msg_sync/src/mavros/mavros/src/plugins/setpoint_attitude.cpp:19:
  10. /opt/ros/kinetic/include/message_filters/simple_filter.h:60:7: note: ‘message_filters::SimpleFilter<mavros_msgs::Thrust_<std::allocator<void> > >::SimpleFilter(const message_filters::SimpleFilter<mavros_msgs::Thrust_<std::allocator<void> > >&)’ is implicitly deleted because the default definition would be ill-formed:
  11.  class SimpleFilter : public boost::noncopyable
  12.        ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement