-
Notifications
You must be signed in to change notification settings - Fork 12
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
Clarify which build instructions to look at for C++ vs C at the top of the README. #45
Comments
Hi Seppe, Do you know which examples were not built for you? I just ran the C++ cmake instructions and I believe all of the examples were built correctly. Were you able to move or change one of the |
According to the readme, i should make a build directory in polaris/c and run
to build the septentrio examples you have to cd to polaris/examples and run |
Ah, I believe you may have followed the instructions in the "Polaris C Client" section for building the C language library in The top-level directory ( Let me know if that works a little better. |
I got it working, but it wasn't that clear at first 🙃 |
Gotcha. We'll see if we can make that a little more clear up front in the README. Just to be 100% clear though, you should be able to just do the following to build the C++ library and examples:
You shouldn't really need to build inside |
This gives me:
|
Did you install the requirements in the C++ instructions (https://github.com/PointOneNav/polaris#cmake-1)?
Note that this is different than the C library, which only requires |
Oh yes, my mistake |
Hi PointOne
While trying out the Septentrio example, I found out that the CMakelist is not quite right. If you follow the instructions, not all examples are built.
I did get it working with the Raspberry Pi and the Septentrio mosaicHAT, and am impressed with the accuracy!
The text was updated successfully, but these errors were encountered: