def _Land(self, req): rospy.loginfo("Landing requested!") self._cf_state = 'land' return () # This callback function puts the target PoseStamped message into a local variable.