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

<flvis/KeyFrame.h> is missing #14

Closed
antithing opened this issue Jun 9, 2022 · 4 comments
Closed

<flvis/KeyFrame.h> is missing #14

antithing opened this issue Jun 9, 2022 · 4 comments

Comments

@antithing
Copy link

Hi, and thank you for making this code available. I am trying to build it, and it looks like

KeyFrame.h
CorrectionInf.h

are missing. Should these headers be included? Where can i find them?

Thanks!

@Ttoto
Copy link
Collaborator

Ttoto commented Jun 10, 2022

Hi,these two files will be generated when u compile with catkin_make. It will be geneated from msg files.

@antithing
Copy link
Author

Ah I see. I am trying to remove the ROS dependency and run this code on Windows, is there any way you could attach these two .h files here? It would be very much appreciated!

Thank you.

@JazzyFeng
Copy link
Collaborator

JazzyFeng commented Jun 14, 2022

Hi, @antithing Thanks for your question. I attach a compressed file, which includes codes of header file Keyframe.h and CorrectionInf.h below, for your reference. You could uncompress, copy and paste them.
header.zip

@antithing
Copy link
Author

antithing commented Jun 14, 2022

Thank you very much! I am trying to remove the ROS dependency from this code. This will be very helpful.

Quick question, looking through this, it seems like just the types that are ros specific, and the data input handling will need to be changed to remove ros from the code. Does this seem right?

Do you know of any reason why I would not be able to remove ros?

Thanks!

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

3 participants