USU-Robosub / Poseidon

USU's third-generation autonomous submarine
http://usub.cs.usu.edu
17 stars 0 forks source link

Create TelemetryPacket object #180

Closed nfcopier closed 7 years ago

nfcopier commented 7 years ago

Summary

The TelemetryPacket object will contain all the information generated by the SLAM module. It will contain the camera frame, depth map, pose, and time stamp.

Acceptance Criteria

kylerjensen commented 7 years ago

Looks like there is an IPoseProvider interface somewhere that will provide details as to the required implementation. See #183.

kylerjensen commented 7 years ago

Still not sure if we are returning the depth map or if it will be created by the Particle Filter module. See #187.

nfcopier commented 7 years ago

You will use the Depth Map. But the live implementation will be created by the SLAM team.

You need only to define the interface and create a dummy or stub to implement that interface.

kylerjensen commented 7 years ago

Implemented as a struct. See #197.