Conversation
804a326 to
d99e0a3
Compare
| west build -b eurus_nexus_v1_1 app | ||
| ``` | ||
|
|
||
| ## Build EFC SITL (Software In The Loop) |
There was a problem hiding this comment.
Perhaps it would be good to have a sentence or two about what SITL is in the context of eurus.
9d0c66e to
2024eb1
Compare
DNedic
left a comment
There was a problem hiding this comment.
I didn't even know about this simulator but it seems like the perfect starting point due to the simplicity of using mavlink for the interface. Thanks for working on this!
Also, we should explore having a way to avoid the library duplication. Generally it isn't that simple since CMake expects one tree which you always traverse downward, and we need the Zephyr build system to be separate, but perhaps Zephyr offers ExternalProjectAdd() support or something of the sort for integration with existing CMake projects. ESP-IDF does this and it's very nice.
filipembedded
left a comment
There was a problem hiding this comment.
Nice work, keep it up!
This PR should:
#52