Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 00ddd4e

Browse files
Pyreach sync 20220304
1 parent e1e677e commit 00ddd4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyreach/gyms/devices/arm_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def __init__(self, arm_config: arm_element.ReachArm) -> None:
153153
"preemptive",
154154
"servo",
155155
"servo_gain",
156-
"servo_lookahead_seconds",
156+
"servo_lookahead_time_seconds",
157157
"servo_time_seconds",
158158
"synchronous",
159159
"timeout",

pyreach/impl/reach_tools_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
}
2020

21-
REACH_LINUX_X86_64_HASH = "ec1a744a934d6e4de1b0a08d0617d058b39a0885ac3957f2db5b47f72e5a2b69"
21+
REACH_LINUX_X86_64_HASH = "036e2ff4f72db3515294ec484e394f693a56c917e4be2ee275a06abcd3be2e54"
2222
_REACH_SHA256 = {
2323
"linux": {
2424
"x86_64":

0 commit comments

Comments
 (0)