Skip to content

Commit d4c434a

Browse files
[update] Update 'README.md' to include description of 'visualizer.py'
1 parent 8fe5c56 commit d4c434a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,28 @@ This package is **only tested in the virtual environment**.
4545

4646
Return inference results (segmentation and traversability) for a given image.
4747

48+
### **2.2 visualizer.py**
49+
50+
#### **2.2.1 Subscribed topics**
51+
52+
- `image` ([sensor_msgs/Image](http://docs.ros.org/melodic/api/sensor_msgs/html/msg/Image.html))
53+
54+
An input image
55+
56+
- `start_point` ([geometry_msgs/PointStamped](http://docs.ros.org/en/melodic/api/geometry_msgs/html/msg/PointStamped.html))
57+
58+
Start point of the estimated path line from the inference node
59+
60+
- `end_point` ([geometry_msgs/PointStamped](http://docs.ros.org/en/melodic/api/geometry_msgs/html/msg/PointStamped.html))
61+
62+
End point of the estimated path line from the inference node
63+
64+
#### **2.2.2 Published topics**
65+
66+
- `image_with_path` ([sensor_msgs/Image](http://docs.ros.org/melodic/api/sensor_msgs/html/msg/Image.html))
67+
68+
An image with the path overlaid
69+
4870
## 3. How to run the node
4971

5072
```

0 commit comments

Comments
 (0)