Skip to content

Commit ac81011

Browse files
committed
Decrease collision threshold to 95%
1 parent 1b89813 commit ac81011

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clearpath_generator_common/test/generate_samples.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ def generate_semantic_description(setup_path: str) -> bool:
7171
'--urdf', os.path.join(setup_path, 'robot.urdf.xacro'),
7272
'--srdf', os.path.join(setup_path, 'robot.srdf.xacro'),
7373
'--output', os.path.join(setup_path, 'robot.srdf'),
74+
'--trials', '10000',
75+
'--min-collision-fraction', '0.95',
76+
'--ros-args', '--log-level', 'fatal'
7477
]
7578
run_executable(path=path, argv=argv)
7679
# Delete pseudo package

0 commit comments

Comments
 (0)