Skip to content

Commit 510f4e5

Browse files
authored
Correct default oakd config file (#255)
1 parent 74ef792 commit 510f4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clearpath_sensors/launch/luxonis_oakd.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def generate_launch_description():
106106
default_value=PathJoinSubstitution([
107107
FindPackageShare('clearpath_sensors'),
108108
'config',
109-
'intel_realsense.yaml'
109+
'luxonis_oakd.yaml'
110110
]))
111111

112112
arg_namespace = DeclareLaunchArgument(

0 commit comments

Comments
 (0)