Skip to content

Commit 04a528a

Browse files
committed
fix(desk): remove guiding mode in move home
1 parent 8174ec3 commit 04a528a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python/rcsss/control/fr3_desk.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ def home(ip: str, username: str, password: str, shut: bool, unlock: bool = False
3131
with Desk.fci(ip, username, password, unlock=unlock):
3232
f = rcsss.hw.FR3(ip)
3333
config = rcsss.hw.FR3Config()
34-
config.speed_factor = 0.7
34+
config.speed_factor = 0.2
3535
config.ik_solver = rcsss.hw.IKSolver.franka
36-
config.guiding_mode_enabled = True
3736
f.set_parameters(config)
3837
config_hand = rcsss.hw.FHConfig()
3938
g = rcsss.hw.FrankaHand(ip, config_hand)

0 commit comments

Comments
 (0)