; Auto-generated. Do not edit! (cl:in-package Quadrotor_manipulador-msg) ;//! \htmlinclude Point.msg.html (cl:defclass (roslisp-msg-protocol:ros-message) ((x :reader x :initarg :x :type cl:float :initform 0.0) (y :reader y :initarg :y :type cl:float :initform 0.0) (z :reader z :initarg :z :type cl:float :initform 0.0)) ) (cl:defclass Point () ()) (cl:defmethod cl:initialize-instance :after ((m ) cl:&rest args) (cl:declare (cl:ignorable args)) (cl:unless (cl:typep m 'Point) (roslisp-msg-protocol:msg-deprecation-warning "using old message class name Quadrotor_manipulador-msg: is deprecated: use Quadrotor_manipulador-msg:Point instead."))) (cl:ensure-generic-function 'x-val :lambda-list '(m)) (cl:defmethod x-val ((m )) (roslisp-msg-protocol:msg-deprecation-warning "Using old-style slot reader Quadrotor_manipulador-msg:x-val is deprecated. Use Quadrotor_manipulador-msg:x instead.") (x m)) (cl:ensure-generic-function 'y-val :lambda-list '(m)) (cl:defmethod y-val ((m )) (roslisp-msg-protocol:msg-deprecation-warning "Using old-style slot reader Quadrotor_manipulador-msg:y-val is deprecated. Use Quadrotor_manipulador-msg:y instead.") (y m)) (cl:ensure-generic-function 'z-val :lambda-list '(m)) (cl:defmethod z-val ((m )) (roslisp-msg-protocol:msg-deprecation-warning "Using old-style slot reader Quadrotor_manipulador-msg:z-val is deprecated. Use Quadrotor_manipulador-msg:z instead.") (z m)) (cl:defmethod roslisp-msg-protocol:serialize ((msg ) ostream) "Serializes a message object of type '" (cl:let ((bits (roslisp-utils:encode-double-float-bits (cl:slot-value msg 'x)))) (cl:write-byte (cl:ldb (cl:byte 8 0) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 8) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 16) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 24) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 32) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 40) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 48) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 56) bits) ostream)) (cl:let ((bits (roslisp-utils:encode-double-float-bits (cl:slot-value msg 'y)))) (cl:write-byte (cl:ldb (cl:byte 8 0) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 8) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 16) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 24) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 32) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 40) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 48) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 56) bits) ostream)) (cl:let ((bits (roslisp-utils:encode-double-float-bits (cl:slot-value msg 'z)))) (cl:write-byte (cl:ldb (cl:byte 8 0) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 8) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 16) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 24) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 32) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 40) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 48) bits) ostream) (cl:write-byte (cl:ldb (cl:byte 8 56) bits) ostream)) ) (cl:defmethod roslisp-msg-protocol:deserialize ((msg ) istream) "Deserializes a message object of type '" (cl:let ((bits 0)) (cl:setf (cl:ldb (cl:byte 8 0) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 8) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 16) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 24) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 32) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 40) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 48) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 56) bits) (cl:read-byte istream)) (cl:setf (cl:slot-value msg 'x) (roslisp-utils:decode-double-float-bits bits))) (cl:let ((bits 0)) (cl:setf (cl:ldb (cl:byte 8 0) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 8) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 16) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 24) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 32) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 40) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 48) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 56) bits) (cl:read-byte istream)) (cl:setf (cl:slot-value msg 'y) (roslisp-utils:decode-double-float-bits bits))) (cl:let ((bits 0)) (cl:setf (cl:ldb (cl:byte 8 0) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 8) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 16) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 24) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 32) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 40) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 48) bits) (cl:read-byte istream)) (cl:setf (cl:ldb (cl:byte 8 56) bits) (cl:read-byte istream)) (cl:setf (cl:slot-value msg 'z) (roslisp-utils:decode-double-float-bits bits))) msg ) (cl:defmethod roslisp-msg-protocol:ros-datatype ((msg (cl:eql '))) "Returns string type for a message object of type '" "Quadrotor_manipulador/Point") (cl:defmethod roslisp-msg-protocol:ros-datatype ((msg (cl:eql 'Point))) "Returns string type for a message object of type 'Point" "Quadrotor_manipulador/Point") (cl:defmethod roslisp-msg-protocol:md5sum ((type (cl:eql '))) "Returns md5sum for a message object of type '" "4a842b65f413084dc2b10fb484ea7f17") (cl:defmethod roslisp-msg-protocol:md5sum ((type (cl:eql 'Point))) "Returns md5sum for a message object of type 'Point" "4a842b65f413084dc2b10fb484ea7f17") (cl:defmethod roslisp-msg-protocol:message-definition ((type (cl:eql '))) "Returns full string definition for message of type '" (cl:format cl:nil "# This contains the position of a point in free space~%float64 x~%float64 y~%float64 z~%~%~%")) (cl:defmethod roslisp-msg-protocol:message-definition ((type (cl:eql 'Point))) "Returns full string definition for message of type 'Point" (cl:format cl:nil "# This contains the position of a point in free space~%float64 x~%float64 y~%float64 z~%~%~%")) (cl:defmethod roslisp-msg-protocol:serialization-length ((msg )) (cl:+ 0 8 8 8 )) (cl:defmethod roslisp-msg-protocol:ros-message-to-list ((msg )) "Converts a ROS message object to a list" (cl:list 'Point (cl:cons ':x (x msg)) (cl:cons ':y (y msg)) (cl:cons ':z (z msg)) )) e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


MODELADO, CONTROL Y SIMULACIÓN DE UN QUADROTOR EQUIPADO CON UN BRAZO MANIPULADOR ROBÓTICO

: Ragel De La Torre, Ricardo
: Ingeniería Industrial
Contenido del proyecto: