Updated euroc example to use rectify_node instead of image_proc (#1404)

This commit is contained in:
matlabbe
2026-03-21 14:06:02 -07:00
parent 2fb3923212
commit 3bc26e1a41
@@ -105,15 +105,13 @@ def generate_launch_description():
namespace='stereo_camera'),
Node(
package='image_proc', executable='image_proc', output='screen',
package='image_proc', executable='rectify_node', output='screen',
remappings=[
('image_raw', '/cam0/image_raw'),
('image', '/cam0/image_raw')],
namespace='stereo_camera/left'),
Node(
package='image_proc', executable='image_proc', output='screen',
package='image_proc', executable='rectify_node', output='screen',
remappings=[
('image_raw', '/cam1/image_raw'),
('image', '/cam1/image_raw')],
namespace='stereo_camera/right'),