Skip to content

Basilisk 2.1.2 requires a clean build when adding/editing BSK messages - is there a plan to fix this/has this lalready been fixed in later versions? #213

Answered by schaubh
jbhagan asked this question in Q&A
Discussion options

You must be logged in to vote

This isn't a bug, but a requirement. When you run python conanfile.py the python script reads in all msg definitions and creates the associated C-msg wrapper code. There is no way to distinguish if a new message definition has been added, or if a message type has changed. Thus, intentionally, the msg system is wiped and rebuild each time you run python conanfile.py. If you are building modules, I recommend running python conanfile.py --buildProject False to only create the project and then compile in the IDE. This will yield much faster incremental build times.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by joaogvcarneiro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants