- Add dm_imu_pkg/__init__.py to dynamically load compiled IMU module during development and installation - Update .vscode/settings.json to ignore missing CMakeLists for flexible builds - Generate egg-info metadata and package structure for distribution
4 lines
112 B
JSON
4 lines
112 B
JSON
{
|
|
"cmake.sourceDirectory": "/home/allenyuan/balance/pybind_imu",
|
|
"cmake.ignoreCMakeListsMissing": true
|
|
} |