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
This commit is contained in:
2025-12-08 23:54:56 +08:00
parent 74a2d8c355
commit c3dac34dcc
95 changed files with 445 additions and 8824 deletions

View File

@@ -0,0 +1,10 @@
LICENSE
README.md
pyproject.toml
setup.py
dm_imu_pkg/dm_imu_pkg.egg-info/PKG-INFO
dm_imu_pkg/dm_imu_pkg.egg-info/SOURCES.txt
dm_imu_pkg/dm_imu_pkg.egg-info/dependency_links.txt
dm_imu_pkg/dm_imu_pkg.egg-info/not-zip-safe
dm_imu_pkg/dm_imu_pkg.egg-info/requires.txt
dm_imu_pkg/dm_imu_pkg.egg-info/top_level.txt