File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed
examples/cognitive_module_image_filter Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >cognitive_module_image_filter</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.xtext.ui.shared.xtextBuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ </buildSpec >
14
+ <natures >
15
+ <nature >org.eclipse.xtext.ui.shared.xtextNature</nature >
16
+ </natures >
17
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
1
+ image_filter:
2
+ core: image_filter
3
+ efferent:
4
+ image_input:
5
+ topic: "/image_raw"
6
+ type: "sensor_msgs/msg/Image"
7
+ afferent:
8
+ detections:
9
+ topic: "/detections"
10
+ type: "sensor_msgs/msg/Image"
11
+ meta: default_meta
12
+ coupling: default_coupling
You can’t perform that action at this time.
0 commit comments