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

What header files to include in project #2930

Open
SindreMHegre opened this issue Nov 24, 2024 · 0 comments
Open

What header files to include in project #2930

SindreMHegre opened this issue Nov 24, 2024 · 0 comments

Comments

@SindreMHegre
Copy link

Hi, I'm trying to include tflite-micro as a part of PX4 on my pixracer pro. It uses arm cortex m7 and I have built the static tflite-micro library using the documentation in this repo. When I include it in PX4 however I'm told I also need the header files (building, linking and compiling is not my strong suite). Which header files are these exactly? I included tflite-micro, flatbuffers, gemmlowp and ruy as submodules to get the header files, but after many days of trouble shooting I think especially the flatbuffers headers that are included are to complex and includes things I don't need in the embedded build.

If anyone is interested my code is here:
tflite CMakelists.txt
Inference module

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

1 participant