We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8174ec3 commit 04a528aCopy full SHA for 04a528a
1 file changed
python/rcsss/control/fr3_desk.py
@@ -31,9 +31,8 @@ def home(ip: str, username: str, password: str, shut: bool, unlock: bool = False
31
with Desk.fci(ip, username, password, unlock=unlock):
32
f = rcsss.hw.FR3(ip)
33
config = rcsss.hw.FR3Config()
34
- config.speed_factor = 0.7
+ config.speed_factor = 0.2
35
config.ik_solver = rcsss.hw.IKSolver.franka
36
- config.guiding_mode_enabled = True
37
f.set_parameters(config)
38
config_hand = rcsss.hw.FHConfig()
39
g = rcsss.hw.FrankaHand(ip, config_hand)
0 commit comments