添加隐藏

This commit is contained in:
Robofish 2025-10-07 17:05:49 +08:00
parent b926daa6d9
commit 6e3c6a0217
2 changed files with 34 additions and 1 deletions

33
.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
# ROS2/colcon/ament build artifacts
build/
install/
log/
# ROS2 workspace overlay files
*.pyc
*.pyo
*.swp
*.swo
*.DS_Store
*.egg-info/
__pycache__/
# ROS2 launch/params/logs
*.launch.pyc
*.launch.py~
*.params.yaml~
# ROS2 local setup scripts
local_setup.*
setup.*
# VSCode settings
.vscode/
# Misc
*.orig
*.bak
*~
# Ignore ROS2 test results
*.test_result.xml

View File

@ -1,6 +1,6 @@
# Balance Infantry
这是一个平衡步兵机器人项目。
平衡步兵自动瞄准
## 项目描述