Compare commits

...

25 Commits
main ... master

Author SHA1 Message Date
LiangShiyun
93bff48747 xiugai yidui 2025-06-14 00:20:57 +08:00
LiangShiyun
e591f09604 stash 2025-06-13 14:00:00 +08:00
LiangShiyun
5461a09eee jiaru recv 2025-06-12 21:36:36 +08:00
LiangShiyun
be25ee8e74 add emergency 2025-06-12 20:45:06 +08:00
LiangShiyun
af42d0c71b stash 2025-06-12 20:06:35 +08:00
LiangShiyun
4441f03110 change standby pos 2025-06-07 19:02:06 +08:00
LiangShiyun
77567391e6 stash 2025-06-06 20:18:11 +08:00
LiangShiyun
6511772532 stash 2025-06-05 19:37:52 +08:00
LiangShiyun
28af3cf7be stash 2025-06-04 22:33:03 +08:00
LiangShiyun
3981c448c4 stash 2025-06-03 21:22:04 +08:00
LiangShiyun
961a86d423 stash 2025-05-30 22:12:09 +08:00
LiangShiyun
5dcb63a51e add off pos 2025-05-30 16:31:37 +08:00
swayneleong
2183df1b0f 初步加入单次轨迹开关冲击波 2025-05-30 13:39:29 +08:00
swayneleong
fedaab298d 增加RunPoint_P_inPose_M_RAD用于set_position 2025-05-30 11:18:27 +08:00
swayneleong
6c542c4914 更新欧拉角转换 2025-05-30 11:10:14 +08:00
swayneleong
e244d47021 修改检测端口连接 2025-05-30 09:51:47 +08:00
Ziwei.He
114ca221ac stash 2025-05-29 23:06:51 +08:00
swayneleong
15eed49134 修改init 2025-05-29 22:50:13 +08:00
Ziwei.He
7a59ee5693 stash 2025-05-29 22:45:43 +08:00
Ziwei.He
7962530e43 stash 2025-05-29 22:31:54 +08:00
Ziwei.He
8477c29c5b Add .gitignore and remove .pyc files from tracking 2025-05-29 22:21:10 +08:00
swayneleong
e01e6452b4 增加修饰 2025-05-29 19:34:00 +08:00
swayneleong
f4450a32e3 初始化初步异常处理 2025-05-28 23:10:32 +08:00
swayneleong
2265b1c893 暂存 2025-05-28 19:24:48 +08:00
swayneleong
47a0059bd1 massagerobot增加用户调整 2025-05-28 17:43:18 +08:00
768 changed files with 785515 additions and 514 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.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

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