35 #ifndef LOCOMOTOR_EXECUTOR_H 36 #define LOCOMOTOR_EXECUTOR_H 100 std::shared_ptr<ros::CallbackQueue>
queue_;
106 #endif // LOCOMOTOR_EXECUTOR_H
Collection of objects used in ROS CallbackQueue threading.
std::shared_ptr< ros::AsyncSpinner > spinner_
std::function< void()> Function
LocomotorCallback(Function functor)
Extension of ros::CallbackInterface so we can insert things on the ROS Callback Queue.
std::shared_ptr< ros::CallbackQueue > queue_