Skip to content

Commit 795f377

Browse files
committed
Unused params
1 parent 8bf6e97 commit 795f377

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

bindings/examples/example_ik.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ def main(
2020
model: str = "ur5",
2121
max_iters: int = 100,
2222
step_size: float = 0.25,
23-
goal_biasing_probability: float = 0.15,
24-
max_nodes: int = 1000,
25-
max_planning_time: float = 3.0,
26-
rrt_connect: bool = False,
27-
include_shortcutting: bool = False,
2823
host: str = "localhost",
2924
port: str = "8000",
3025
):

0 commit comments

Comments
 (0)