Skip to content

Commit 3c79f9b

Browse files
authored
Merge pull request #1 from pal-robotics/melodic-devel
update from upstream
2 parents d2b3d56 + 702f123 commit 3c79f9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gazebo_ros_realsense.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ sensor_msgs::CameraInfo cameraInfo(const sensor_msgs::Image &image,
251251
sensor_msgs::CameraInfo info_msg;
252252

253253
info_msg.header = image.header;
254+
info_msg.distortion_model = "plumb_bob";
254255
info_msg.height = image.height;
255256
info_msg.width = image.width;
256257

0 commit comments

Comments
 (0)