This website requires JavaScript.
Explore
Help
Register
Sign In
ydy0615
/
balance
Watch
1
Star
0
Fork
0
You've already forked balance
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7c3d18ffcb7b09e746edf3a778a22fdb3c61870a
balance
/
dm_imu
/
__pycache__
/
__init__.cpython-310.pyc
9 lines
1.2 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor(build): restructure package layout and fix CMake build directory restoration - Update pybind_src to point to project root instead of dm_imu subdirectory - Change CMakeExtension module from "imu_py" to "dm_imu.imu_py" - Switch to find_packages() with package_dir for automatic package discovery - Add saving/restoring of CWD in CMake build to prevent directory side effects
2025-12-10 21:11:21 +08:00
o
fix(balance): correct IMU import and add quick_test entrypoint - Updated import in `balance.py` from `dm_imu_pkg` to the correct `dm_imu` package. - Introduced `quick_test()` function as a convenient debugging entry point, moving the previous script execution logic into this callable. - Modified `__main__` block to display a UI usage message instead of directly running the balance loop. - Revised `dm_imu.egg-info/PKG-INFO` to reflect the new Gradio‑based control panel documentation and project description.
2025-12-11 12:12:12 +08:00