Skip to content

Commit

Permalink
PR #2298 from Samer: fix CUDA suffix for pointcloud and align_depth t…
Browse files Browse the repository at this point in the history
…opics
  • Loading branch information
maloel authored Mar 29, 2022
2 parents 85b4110 + 2a00a43 commit f408ccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions realsense2_camera/src/ros_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ std::string rs2_to_ros(std::string rs2_name)
{"Stereo Module", "Depth Module"},
{"L500 Depth Sensor", "Depth Module"} ,
{"Pointcloud (SSE3)", "Pointcloud"},
{"Pointcloud (CUDA)", "Pointcloud"},
{"Align (SSE3)", "Align Depth"},
{"Align (CUDA)", "Align Depth"},
{"Depth to Disparity", "disparity filter"},
{"Depth Visualization", "colorizer"}
};
Expand Down

0 comments on commit f408ccf

Please sign in to comment.