Skip to content

Commit 93c43f2

Browse files
Run markdown linter on tools README
1 parent 1c7df78 commit 93c43f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ed_sensor_integration/tools/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Tools
22

3-
### image saver
3+
## image saver
44

55
* `ed_image_saver`: Shows RGBD image stream and allows to save images. Example usage (N.B.: use robot name as a namespace):
66

77
```bash
88
rosrun ed_sensor_integration ed_image_saver __ns:=hero
99
```
1010

11-
and once you see an image in a CV window popping up, press the space bar to save it. The tool will write a json and rgbd file to the current folder with a timestamp as filename.
11+
and once you see an image in a CV window popping up, press the space bar to save it. The tool will write a `json` and `rgbd` file to the current folder with a timestamp as filename.
1212

13-
### fitter
13+
## fitter
1414

15-
* `ed_fitter_live`: Shows RGB image stream and a visualisation to show the fitting process. Example usage (N.B.: use robot name as a namespace):
15+
* `ed_fitter_live`: Shows RGB image stream and a visualization to show the fitting process. Example usage (N.B.: use robot name as a namespace):
1616

1717
```bash
1818
rosrun ed_sensor_integration ed_fitter_live <worldmodel_name> <entity_id> <rgbd_topic>
@@ -29,7 +29,7 @@ This visualises an image like the one below. With the original pose of the entit
2929
rosrun ed_sensor_integration ed_fitter_data <stamp>.json <worldmodel_name> <entity_id>
3030
```
3131

32-
### segmenter
32+
## segmenter
3333

3434
* `ed_segmenter`: Iterates over snapshots in a directory, performs a Kinect update and displays the result. To run:
3535

0 commit comments

Comments
 (0)