Skip to content

Commit 536dcab

Browse files
committed
formatting
1 parent 783e841 commit 536dcab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sensor_noise/tutorial-7_0.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ To test the ray noise model:
102102
103103
gazebo
104104
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.
106106
107107
[[file:files/Noisy_laser_inserted.png|640px]]
108108
109109
1. Visualize the noisy laser: click on Window->Topic Visualization (or press Ctrl-T) to bring up the Topic Selector.
110110
111111
[[file:files/Topic_visualizer.png|640px]]
112112
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.
114114
115115
[[file:files/Noisy_laser_visualizer.png|640px]]
116116
@@ -216,11 +216,11 @@ To test the camera noise model:
216216
217217
gazebo
218218
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.
220220
221221
1. Visualize the noisy camera: click on Window->Topic Visualization (or press Ctrl-T) to bring up the Topic Selector.
222222
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.
224224
225225
[[file:files/Noisy_camera_visualizer.png|640px]]
226226
@@ -372,11 +372,11 @@ To test the IMU noise model:
372372
373373
gazebo
374374
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.
376376
377377
1. Visualize the noisy IMU: click on Window->Topic Visualization (or press Ctrl-T) to bring up the Topic Selector.
378378
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.
380380
381381
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.
382382

0 commit comments

Comments
 (0)