optimaze the speed of end pose control
Some checks failed
Secret Leaks / trufflehog (push) Has been cancelled
Some checks failed
Secret Leaks / trufflehog (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
),
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user