Skip to content

Commit 81c575a

Browse files
committed
docs: add not to the state_based example
1 parent 57195fa commit 81c575a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/agents/state_based.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ def main():
3737
("/camera/camera/color/image_raw", "sensor_msgs/msg/Image"): [
3838
ROS2ImgVLMDiffAggregator()
3939
],
40-
"/rosout": [ROS2LogsAggregator()],
40+
"/rosout": [
41+
ROS2LogsAggregator()
42+
], # if msg_type is not provided, topic has to exist
4143
}
4244
)
4345

0 commit comments

Comments
 (0)