Conversation
Signed-off-by: Vladimir Ermakov <[email protected]>
Signed-off-by: Vladimir Ermakov <[email protected]>
Fix #2055 Signed-off-by: Vladimir Ermakov <[email protected]>
Signed-off-by: Vladimir Ermakov <[email protected]>
Signed-off-by: Vladimir Ermakov <[email protected]>
Signed-off-by: Vladimir Ermakov <[email protected]>
|
Fix Fix for moved mavlink messages in 2025.9.9. Unfortunately cmake's |
Mavlink does yet not generate a CMake-compatible version file. |
|
@vooon FYI MAVLink is planning on moving as much of the stuff in common.xml as is actually common into standard.xml. This is going to be a slow process, and is likely to break you again. This is going to happen but I'm open to suggestions on how we can mitigate the pain to you. |
|
@hamishwillee cmake has the capability to check defined symbols for C/C++, probably i just need to get it working. Or maybe to change C++11 mavgen to make cross-namespace 'using' (but i don't really like that idea). |
If you can restrain it to class scope rather than polluting the global namespace with mavlink symbols, that's probably fine. |
If moving messages causes public ABI breaking changes in the generated code, perhaps we should wait on moving messages until we have a better way to support not breaking users? |
No description provided.