mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-14 07:10:19 +08:00
Updated euroc example to use rectify_node instead of image_proc (#1404)
This commit is contained in:
@@ -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'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user