Files
sunxianghui 325dff6870 Add G20 calibration assets, L20 compare, and refresh README.
Sync calibrated G20 URDF/MJCF/JSON lookup, L20 V10.1 dual-compare scripts,
joint GUI, and document O6/G20/L20 startup on the Gitea repo.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-07 09:49:55 +08:00

41 lines
501 B
Plaintext

# ROS / colcon build artifacts
build/
install/
log/
**/build/
**/install/
**/log/
# Python
venv/
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
# Local / runtime
.mplconfig/
.ros_home/
**/.mplconfig/
.DS_Store
*.swp
*~
# Experiment outputs (regenerable)
reports/
tools/reports/
# Runtime / local junk
MUJOCO_LOG.TXT
**/MUJOCO_LOG.TXT
# Local backup / intermediate calibration dumps (keep named releases, drop *.bak*)
*.bak
*.bak_*
**/*.bak
**/*.bak_*
**/*.urdf.bak*
**/*.xml.bak*
**/*.json.bak*