File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,28 @@ This package is **only tested in the virtual environment**.
45
45
46
46
Return inference results (segmentation and traversability) for a given image.
47
47
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
+
48
70
## 3. How to run the node
49
71
50
72
```
You can’t perform that action at this time.
0 commit comments