Compare commits

...

10 Commits
master ... main

Author SHA1 Message Date
LiangShiyun
51836da316 stash 2025-05-30 13:47:56 +08:00
Ziwei.He
cde3cdb5f6 更新一些小细节,底层碰撞检测阈值已修改 2025-05-30 10:32:00 +08:00
Ziwei.He
bf7e034477 Add .gitignore and remove .pyc files from tracking 2025-05-29 22:16:01 +08:00
Ziwei
28a2138dd7 暂存 2025-05-29 21:40:02 +08:00
ziwei.he
f219a6d788 Merge branch 'main' of https://git.robotstorm.tech/DevelopmentTeam/MassageRobot_Dobot 2025-05-29 16:55:04 +08:00
ziwei.he
0340987c15 git bug 2025-05-29 16:54:51 +08:00
Ziwei.He
bffc3841ab 视觉标定完成 2025-05-29 16:47:49 +08:00
Ziwei.He
52c84bb914 暂存修改 2025-05-28 21:19:18 +08:00
Ziwei.He
04364f7a95 暂存修改 2025-05-28 21:18:29 +08:00
Ziwei.He
d2f05d0169 暂存修改 2025-05-28 21:13:54 +08:00
294 changed files with 562 additions and 127 deletions

26
.gitignore vendored Normal file
View File

@ -0,0 +1,26 @@
# 忽略 Python 缓存文件和编译文件
*.pyc
__pycache__/
# 忽略虚拟环境
venv/
.env/
.venv/
env/
# 忽略日志、临时文件
*.log
*.tmp
# 忽略 Jupyter 缓存
.ipynb_checkpoints/
# 忽略 VS Code 或 PyCharm 等 IDE 配置
.vscode/
.idea/
# 忽略构建目录
build/
dist/
*.egg-info/
.eggs/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More