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: sensor_noise/tutorial-7_0.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -102,15 +102,15 @@ To test the ray noise model:
102
102
103
103
gazebo
104
104
105
-
1. Insert a noisy laser: in the left pane, select the "Insert" tab, then click on "Noisy laser". Drop your laser somewhere in the world.
105
+
1. Insert a noisy laser: in the left pane, select the `Insert` tab, then click on `Noisy laser`. Drop your laser somewhere in the world and place a box in front of it.
106
106
107
107
[[file:files/Noisy_laser_inserted.png|640px]]
108
108
109
109
1. Visualize the noisy laser: click on Window->Topic Visualization (or press Ctrl-T) to bring up the Topic Selector.
110
110
111
111
[[file:files/Topic_visualizer.png|640px]]
112
112
113
-
1. Find the the topic with a name like "/gazebo/default/hokuyo/link/laser/scan" and click on it, then click "Okay". You'll get get a Laser View window that shows you the laser data.
113
+
1. Find the the topic with a name like `/gazebo/default/hokuyo/link/laser/scan` and click on it, then click `Okay`. You'll get get a Laser View window that shows you the laser data.
114
114
115
115
[[file:files/Noisy_laser_visualizer.png|640px]]
116
116
@@ -216,11 +216,11 @@ To test the camera noise model:
216
216
217
217
gazebo
218
218
219
-
1. Insert a noisy camera: in the left pane, select the "Insert" tab, then click on "Noisy camera". Drop your camera somewhere in the world.
219
+
1. Insert a noisy camera: in the left pane, select the `Insert` tab, then click on `Noisy camera`. Drop your camera somewhere in the world.
220
220
221
221
1. Visualize the noisy camera: click on Window->Topic Visualization (or press Ctrl-T) to bring up the Topic Selector.
222
222
223
-
1. Find the the topic with a name like "/gazebo/default/camera/link/camera/image" and click on it, then click "Okay". You'll get get a Image View window that shows you the image data.
223
+
1. Find the the topic with a name like `/gazebo/default/camera/link/camera/image` and click on it, then click `Okay`. You'll get get a Image View window that shows you the image data.
224
224
225
225
[[file:files/Noisy_camera_visualizer.png|640px]]
226
226
@@ -372,11 +372,11 @@ To test the IMU noise model:
372
372
373
373
gazebo
374
374
375
-
1. Insert a noisy IMU: in the left pane, select the "Insert" tab, then click on "Noisy IMU". Drop your IMU somewhere in the world.
375
+
1. Insert a noisy IMU: in the left pane, select the `Insert` tab, then click on `Noisy IMU`. Drop your IMU somewhere in the world.
376
376
377
377
1. Visualize the noisy IMU: click on Window->Topic Visualization (or press Ctrl-T) to bring up the Topic Selector.
378
378
379
-
1. Find the the topic with a name like "/gazebo/default/imu/link/imu/imu" and click on it, then click "Okay". You'll get get a Text View window that shows you the IMU data.
379
+
1. Find the the topic with a name like `/gazebo/default/imu/link/imu/imu` and click on it, then click `Okay`. You'll get get a Text View window that shows you the IMU data.
380
380
381
381
It can be difficult to appreciate noise on a high-rate sensor like an IMU, especially in a complex system. You should be able to see the effect of large non-zero means in the noise and/or bias parameters.
0 commit comments