Skip to content

Commit 9b621d7

Browse files
committed
Fix launcher classic
1 parent c01aefe commit 9b621d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Launchers/machine_vision_classic/machine_vision_classic.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def generate_launch_description():
274274
'-entity', CONFIGURATION["rob"],
275275
'-x', '0.0',
276276
'-y', '0.0',
277-
'-z', '0.0'
277+
'-z', '0.8'
278278
],
279279
output='both'
280280
)

0 commit comments

Comments
 (0)