feat: harden TG3 teleop and add right-B point gesture

This commit is contained in:
LengedZhao
2026-08-08 15:51:21 +08:00
parent eab60273bc
commit 1a79fca36f
17 changed files with 1725 additions and 196 deletions

21
.gitignore vendored
View File

@@ -1,21 +1,22 @@
__pycache__/
*.py[cod]
.pytest_cache/
# Runtime state must never be committed. It can contain live session and robot data.
status.json
status.json.tmp
*.log
*.jsonl
status.json
status.json.tmp
.pytest_cache/
# ROS and Python build products are architecture-specific.
ros2_py/build/
ros2_py/install/
ros2_py/log/
# ROS/colcon generated output is rebuilt on the target robot.
tg3_local_teleop/ros2_py/build/
tg3_local_teleop/ros2_py/install/
tg3_local_teleop/ros2_py/log/
python/build/
*.egg-info/
*.so
# Local deployment and editor leftovers.
.deploy-*/
.DS_Store
*~
*.bak
*.before-*
*~