You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gen.add("use_camera_info", bool_t, 0, "Indicates that the camera_info topic should be subscribed to to get the default input_frame_id. Otherwise the frame from the image message will be used.", False)
<argname="image"default="image"doc="The image topic. Should be remapped to the name of the real image topic." />
4
+
5
+
<argname="use_camera_info"default="false"doc="Indicates that the camera_info topic should be subscribed to to get the default input_frame_id. Otherwise the frame from the image message will be used." />
6
+
<argname="debug_view"default="true"doc="Specify whether the node displays a window to show edge image" />
7
+
<argname="queue_size"default="3"doc="Specigy queue_size of input image subscribers" />
0 commit comments