Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create TelemetryPacket object #180

Closed
5 tasks
nfcopier opened this issue Jan 18, 2017 · 4 comments
Closed
5 tasks

Create TelemetryPacket object #180

nfcopier opened this issue Jan 18, 2017 · 4 comments
Assignees

Comments

@nfcopier
Copy link
Member

nfcopier commented Jan 18, 2017

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

  • There is some way to create a TelemetryPacket
  • When GetCameraFrame() is called an OpenCV image object is returned.
  • When GetDepthMap() is called a DepthMap object is returned.
  • When GetPose() is called a Pose object is returned.
  • When GetTimeStamp() is called a Chrono object is returned.
@kylerjensen kylerjensen self-assigned this Feb 8, 2017
@kylerjensen
Copy link
Contributor

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

@kylerjensen
Copy link
Contributor

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

@nfcopier
Copy link
Member Author

nfcopier commented Feb 8, 2017

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.

@madfrog54321 madfrog54321 changed the title Choose a Data Structure for Map and Location Create a Data Structure for Map and Location Feb 10, 2017
@madfrog54321 madfrog54321 changed the title Create a Data Structure for Map and Location Create TelemetryPacket object Feb 17, 2017
@kylerjensen
Copy link
Contributor

Implemented as a struct. See #197.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants