.. _`coug-uv-agent`: CougUV ============ Images ------ .. image:: images/coug-uv.png :scale: 60% Description ----------- A generic AUV. See the :class:`~holoocean.agents.CougUV`. Control Schemes --------------- **AUV Fins (``0``)** Takes in a 5 length vector. The first element is the right fin angle from -45 to 45 degrees, then top, left, and bottom. The last element is the "thruster" with a value of -100 to 100. **Custom Dynamics (``1``)** A 6-length floating point vector of linear and angular accelerations in the global frame. This is to be used for implementing custom dynamics. Besides collisions, all other forces and torques - including gravity, buoyancy, and damping - have been disabled in the simulator to allow for a clean slate for custom dynamics. Sockets ------- - ``COM`` Center of mass. - ``DVLSocket`` Location of the DVL, same location as IMUSocket. - ``IMUSocket`` Location of the IMU. - ``DepthSocket`` Location of the depth sensor. - ``AcousticModemSocket`` Location of the acoustic modem. - ``Viewport`` where the robot is viewed from. .. image:: images/coug-perspective.png :scale: 50% .. image:: images/coug-top.png :scale: 50% .. image:: images/coug-side.png :scale: 50% .. image:: images/coug-front.png :scale: 50%