Replies: 1 comment
-
When making a derived class like this I have run into the same issue and solved by including the source file of the parent class in the source file of the derived class. #include "simulation/sensors/imuSensor/imuSensor.cpp" in your I would be keen to know if there is a better fix, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Made a custom module ImuSensor_new to add features to ImuSensor modules of Basilisk. ImuSensor_new is a derived class of ImuSensor. I have added the neccesary include paths.
It builds, but I am getting error of undefined symbol for all ImuSensor symbols when using generated IMU module
Are there some build rules which only allow modules to use files from _GeneralModuleFiles and not from other modules ??
Beta Was this translation helpful? Give feedback.
All reactions