emlid / Navio2

C++ and Python sensor examples for developers
BSD 3-Clause "New" or "Revised" License
173 stars 122 forks source link

Suggestion for Navio2 C++ library #9

Closed chutsu closed 7 years ago

chutsu commented 8 years ago

I've been toying around with the C++ library, and wasn't satisfied with the way the code is layed out in the repo. As a programmer I was expecting a Makefile for the Navio C++ portion that builds the library and installs it to the right place so I can link it. I instead made my own, check it out here.

It essentially builds the library and examples. I would happily transfer this work to you guys if you like.

staroselskii commented 8 years ago

@chutsu

It'd be very nice to see a PR! We can discuss it in details there, alright?

chutsu commented 8 years ago

Well the repo I made only contains your C++ library code, not the python and scripts. So I'm not sure a PR here makes sense. Plus I didn't fork from the github repo so PR is not possible I don't think.