optimaze the speed of end pose control
Some checks failed
Secret Leaks / trufflehog (push) Has been cancelled

This commit is contained in:
2025-06-13 20:17:31 +08:00
parent 80b1a97e4c
commit c28e774234
2 changed files with 9 additions and 2 deletions

View File

@@ -735,6 +735,13 @@ class RealmanRobotConfig(RobotConfig):
height=480,
use_depth=False
),
"high": IntelRealSenseCameraConfig(
serial_number="145422072193",
fps=30,
width=640,
height=480,
use_depth=False
),
}
)

View File

@@ -197,8 +197,8 @@ class HybridController:
]
# 控制参数
self.linear_step = 0.005 # 线性移动步长(m)
self.angular_step = 0.05 # 角度步长(rad)
self.linear_step = 0.002 # 线性移动步长(m)
self.angular_step = 0.01 # 角度步长(rad)
# 夹爪状态和速度
self.gripper_speed = 10