USU-Robosub / Poseidon

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

Implementing IPoseProvider in C++ #178

Closed madfrog54321 closed 7 years ago

madfrog54321 commented 7 years ago

Summary

To provide the brain with the position and orientation of the sub, a pose provider is needed. To allow expansion of the sensor fusion algorithm, a IPoseProvider class needs to be created. At a later time a full sensor fusion or map algorithm will be implemented.

Acceptance Criteria

When [external actor] does [action], [module]

Non-functional Criteria

┆Issue is synchronized with this Asana task

madfrog54321 commented 7 years ago

IPoseProvider has been implemented in commit e05f350

nfcopier commented 7 years ago

Issues should not be closed until the relevant fix is on develop.