📖
Cerulean Sonar Docs
Docs DirectoryStore
Tracker 650
Tracker 650
  • Overview
    • CERULEANTRACKER DEPRECATION NOTICE
  • Quick Start for BlueROV / ArduSub Users
  • General Specifications
  • Configuring the Tracker 650
    • Finding the Configuration Web Page
    • Example Configuration Web Page
    • Live Status Page
    • Setting the Static IP Address
    • Setting the Fallback IP Address
    • Setting the Host IP Address
    • Setting the MAVLink REST Server Parameters
    • Setting Pool Mode
    • Setting DVL Mounting Rotation Offsets
      • Scenario: Driving Your Own Kalman Filter
        • Forward-Facing Mount
    • Setting Velocity Adjustment
  • General Usage
    • General Hints and Tips
    • Basic Operating Guidelines and Hints
    • Setting Speed of Sound
    • Scenario: Doing Your Own Dead Reckoning
    • Scenario: Holding Position
  • Using MAVLink and BlueOS for Position Hold on a BlueROV2
    • ArduPilot Parameters
    • Tracker 650 Setup for MAVLink Support
    • Global Origin
  • Mounting the Tracker 650
    • Bottom Mount
    • Thruster Deck Mount
      • Send xxx Message
  • Mounting Drawings (V1 pre-2025)
  • Communicating with the Tracker 650
    • Factory Defaults and Default Messages
    • The Ethernet Interface
    • Tips on How to Find the IP Address Assigned to Your Ethernet Adapter
    • Outgoing Message Formats, Tracker 650 to Host
      • $DVPDL and $DVPDX: DVL Position and Angle Deltas Messages
      • $DVNVM Non-Volatile Memory and Configuration
      • Freeform Error and Informational messages ($DVTXT)
      • $DVKFC Kalman Filter Raw Data Support Message
    • Commands Accepted by the Tracker 650
      • CONFIGURATION
      • SET-VELOCITY-ADJUSTMENT
        • SET-SPEED-OF-SOUND
      • SEND-DVPDL
      • SEND-DVPDX
      • SEND-DVKFC
      • SEND-MAVLINK-DISTANCE
      • MAVLINK-ORIGIN
      • SET-POSITION
      • SET-SENSOR-ORIENTATION
      • IP-ADDRESS
      • HOST-ADDRESS
      • MAVLINK-ADDRESS
      • FALLBACK-ADDRESS
      • UNICAST-TO-ME
      • PAUSE
      • RESUME
      • REBOOT
      • SET-POOL-MODE
    • Blue Robotics Discovery Protocol (Ethernet Only)
    • ARP (Address Resolution Protocol)
    • DHCP (Dynamic Host Configuration Protocol)
    • Ping (Internet Control Message Protocol Ping)
  • Coordinate Systems
  • Mounting Drawings (V2 post-2024)
  • CAD Models
  • Electrical Drawings
    • Power and Ethernet Cabling
  • Expectations
  • Copyright
Powered by GitBook
On this page
  1. Communicating with the Tracker 650
  2. Outgoing Message Formats, Tracker 650 to Host

$DVPDL and $DVPDX: DVL Position and Angle Deltas Messages

PreviousOutgoing Message Formats, Tracker 650 to HostNext$DVNVM Non-Volatile Memory and Configuration

Last updated 2 months ago

The $DVPDL/X messages supply odometry data intended for use in user-supplied dead reckoning or in user-built position-hold functions. It is output at a variable rate between 5Hz and 20 Hz. The $DVPDX message is the same as a $DVPDL message with a few extra fields tacked onto the end.

The Position Deltas X, Y and Z are in the as modified by the command.

The Pitch and Roll data and the standoff datum are in the and are not influenced by the SET-SENSOR-ORIENTATION command.

Format:

$DVPDL,tu,dtu,adr,adp,ady,pdx,pdy,pdz,c*hh

$DVPDX,tu,dtu,adr,adp,ady,pdx,pdy,pdz,c,mode,pitch,roll,stdoff*hh

Example:

$DVPDL,101234000,50000,0.001263,-0.019663,-0.745226,-0.000,0.001,-0.005,100*22

Field

Name

DVL Notes

tu

Time uSec

Time since system boot in microseconds

dtu

Delta Time uSec

Time since the last message, in microseconds

adr

Angle Delta Roll

Angle delta from previous message, in radians. Always 0 for Tracker 650.

adp

Angle Delta Pitch

Angle delta from previous message, in radians. Always 0 for Tracker 650.

ady

Angle Delta Yaw

Angle delta from previous message, in radians. Always 0 for Tracker 650.

pdx

Position Delta X

Position delta from previous message, in meters

pdy

Position Delta Y

Position delta from previous message, in meters

pdz

Position Delta Z

Position delta from previous message, in meters

c

Confidence

0..100, where 100 = maximum confidence, 0 = no confidence. If 0, assume all other fields after dtu are garbage.

mode

System Mode

Used by Cerulean for diagnostic purposes

pitch

Pitch

Rotation of the sensor head around the Y axis, with respect to the target plane, in degrees. Parallel = 0. Right-hand rule.

roll

Roll

Rotation of the sensor head around the X axis, with respect to the target plane, in degrees. Parallel = 0. Right-hand rule.

stdoff

Standoff

Distance between sensor head and target plane along a normal to the target plane, in meters.

*

End of fields

hh

Checksum

NMEA standard

vehicle coordinate frame
SET-SENSOR-ORIENTATION
sensor coordinate system