Skip to content

Commit 91a94ec

Browse files
committed
Add an example of the model
1 parent e455cb1 commit 91a94ec

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

0 commit comments

Comments
 (0)