Explicitly stop timer and async spinner for the safe destruction of AerialRobotBase
Detail
Without this patch, there is following error messsage when kill the aerial_robot_base node:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::lock_error> >'
what(): boost: mutex lock failed in pthread_mutex_lock: Invalid argument
What is this
Explicitly stop timer and async spinner for the safe destruction of AerialRobotBase
Detail
Without this patch, there is following error messsage when kill the aerial_robot_base node: