Files
balance/.vscode/settings.json
ydy0615 c3dac34dcc feat: add IMU Python package with pybind11 bindings
- 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
2025-12-08 23:54:56 +08:00

4 lines
112 B
JSON

{
"cmake.sourceDirectory": "/home/allenyuan/balance/pybind_imu",
"cmake.ignoreCMakeListsMissing": true
}