ubc-subbots / triton

ROS2 system for the Triton AUV
11 stars 2 forks source link

State estimation #118

Closed Jared-Chan closed 1 year ago

Jared-Chan commented 2 years ago

Create a state estimator for Triton that publishes the position, orientation, and linear velocity of the AUV.

The state estimator would be subscribed to the IMU topic, which provides linear acceleration and angular velocity. The various detectors (e.g. gate detector) may give information on position relative to objects of known position.

From sound localization, we may get a position estimation as well as a depth reading. (Talk to the sound localization team)

While we could just integrate acceleration to get velocity and displacement, we would have more and more inaccurate results and we would not be taking advantage of measurements from multiple sensors.

Tasks

Jared-Chan commented 1 year ago