You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sensor source files should be created in ./Software/spartan/src/sensors/
Each class must inherit from the sensor base class.
Each class must implement virtual functions of the sensor base class. (Since this issue is only to create the skeleton, the body of each function can be empty). More details here.
Source files should be added to CMake configuration files and the project should build error-free.
The text was updated successfully, but these errors were encountered:
Create skeleton classes for the following sensors:
Requirements:
The text was updated successfully, but these errors were encountered: