Skip to content

Commit

Permalink
kits: top: rename d435 param files to use d435i
Browse files Browse the repository at this point in the history
  • Loading branch information
hanskw-weston committed Sep 12, 2024
1 parent 6e27a2b commit 8399a13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
serial_no: " "
serial_no: ""
rgb_camera.color_profile: 640x480x15
depth_module.depth_profile: 640x480x15
depth_module.infra_profile: 640x480x15
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
serial_no: " "
serial_no: ""
rgb_camera.color_profile: 640x480x15
depth_module.depth_profile: 640x480x15
depth_module.infra_profile: 640x480x15
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
serial_no: "241122070090"
serial_no: ""
rgb_camera.color_profile: 640x480x15
depth_module.depth_profile: 640x480x15
depth_module.infra_profile: 640x480x15
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
serial_no: "244222076237"
serial_no: ""
rgb_camera.color_profile: 640x480x15
depth_module.depth_profile: 640x480x15
depth_module.infra_profile: 640x480x15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def generate_launch_description():
launch_arguments={
"camera_name": "d435i",
"camera_namespace": pos + "_cam",
"config_file": PathJoinSubstitution([FindPackageShare("vision_sensor_kit_bringup"), 'config', pos + '_d435.param.yaml'])
"config_file": PathJoinSubstitution([FindPackageShare("vision_sensor_kit_bringup"), 'config', pos + '_d435i.param.yaml'])
}.items(),
) for cam_type, pos in zip(camera_types, camera_positions)
])
Expand Down

0 comments on commit 8399a13

Please sign in to comment.