You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: camera_distortion/tutorial.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Gazebo supports simulation of camera based on the [Brown's distortion model](htt
10
10
11
11
There are a few limitations with the current implementation that needs to be taken into account:
12
12
13
-
1. In Gazebo versions 5 and 6, only barrel distortion is supported, which typically has a negative `k1` value. Pincushion model is added in Gazebo 7.
13
+
1. In Gazebo versions 5 and 6, only barrel distortion is supported, which typically has a negative `k1` value. Pincushion model is added in Gazebo 7.7.
14
14
15
15
1. Distortion is applied to the camera image texture. This means taking the generated image data and just warping it. This has the caveat that the final image (especially at the corners) has a narrower field of view than a real camera lens with barrel distortion. One workaround to compensate for this effect is to increase the field of view of the camera sensor in Gazebo.
0 commit comments