标定支持单手连接。只接右手时会跳过左手采样
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# ROS 2 / colcon build outputs
|
||||
/build/
|
||||
/install/
|
||||
/log/
|
||||
|
||||
# Python bytecode and caches
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Test and tooling caches
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Runtime and calibration scratch files
|
||||
*.tmp
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user