Skip to content

Commit 28420d7

Browse files
committed
add cob4-3 example
1 parent 13bb9fd commit 28420d7

File tree

14 files changed

+4565
-0
lines changed

14 files changed

+4565
-0
lines changed

RosSystems/cob4-3/.project

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>cob4-3</name>
4+
<comment></comment>
5+
<projects>
6+
<project>de.fraunhofer.ipa.ros.communication.objects</project>
7+
</projects>
8+
<buildSpec>
9+
<buildCommand>
10+
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
11+
<arguments>
12+
</arguments>
13+
</buildCommand>
14+
</buildSpec>
15+
<natures>
16+
<nature>org.eclipse.sirius.nature.modelingproject</nature>
17+
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
18+
</natures>
19+
</projectDescription>

RosSystems/cob4-3/cob4-3.rossystem

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
PackageSet{package{
2+
Package cob_actions{spec{
3+
TopicSpec SetBoolAction{},
4+
TopicSpec SetBoolActionFeedback{},
5+
TopicSpec SetBoolActionGoal{},
6+
TopicSpec SetBoolActionResult{},
7+
TopicSpec SetBoolFeedback{},
8+
TopicSpec SetBoolGoal{},
9+
TopicSpec SetBoolResult{},
10+
TopicSpec SetFloatAction{},
11+
TopicSpec SetFloatActionFeedback{},
12+
TopicSpec SetFloatActionGoal{},
13+
TopicSpec SetFloatActionResult{},
14+
TopicSpec SetFloatFeedback{},
15+
TopicSpec SetFloatGoal{},
16+
TopicSpec SetFloatResult{},
17+
TopicSpec SetIntAction{},
18+
TopicSpec SetIntActionFeedback{},
19+
TopicSpec SetIntActionGoal{},
20+
TopicSpec SetIntActionResult{},
21+
TopicSpec SetIntFeedback{},
22+
TopicSpec SetIntGoal{},
23+
TopicSpec SetIntResult{},
24+
TopicSpec SetStringAction{},
25+
TopicSpec SetStringActionFeedback{},
26+
TopicSpec SetStringActionGoal{},
27+
TopicSpec SetStringActionResult{},
28+
TopicSpec SetStringFeedback{},
29+
TopicSpec SetStringGoal{},
30+
TopicSpec SetStringResult{}
31+
}}
32+
}
33+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
PackageSet{package{
2+
Package cob_base_controller_utils{spec{
3+
TopicSpec WheelCommands{}
4+
}}
5+
}
6+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
PackageSet{package{
2+
Package cob_light{spec{
3+
TopicSpec ColorRGBAArray{},
4+
TopicSpec LightMode{},
5+
TopicSpec LightModes{},
6+
TopicSpec Sequence{},
7+
TopicSpec SetLightModeAction{},
8+
TopicSpec SetLightModeActionFeedback{},
9+
TopicSpec SetLightModeActionGoal{},
10+
TopicSpec SetLightModeActionResult{},
11+
TopicSpec SetLightModeFeedback{},
12+
TopicSpec SetLightModeGoal{},
13+
TopicSpec SetLightModeResult{},
14+
ServiceSpec SetLightMode{},
15+
ServiceSpec StopLightMode{}
16+
}}
17+
}
18+
}

RosSystems/cob4-3/msgs/cob_msg.ros

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PackageSet{package{
2+
Package cob_msg{spec{
3+
TopicSpec "" { } } } } }
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
PackageSet{package{
2+
Package cob_msgs{spec{
3+
TopicSpec AccessPoint{},
4+
TopicSpec DashboardState{},
5+
TopicSpec EmergencyStopState{},
6+
TopicSpec Network{},
7+
TopicSpec PowerState{},
8+
TopicSpec SiteSurvey{}
9+
}}
10+
}
11+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
PackageSet{package{
2+
Package cob_script_server{spec{
3+
TopicSpec ScriptAction{},
4+
TopicSpec ScriptActionFeedback{},
5+
TopicSpec ScriptActionGoal{},
6+
TopicSpec ScriptActionResult{},
7+
TopicSpec ScriptFeedback{},
8+
TopicSpec ScriptGoal{},
9+
TopicSpec ScriptResult{},
10+
TopicSpec ScriptState{},
11+
TopicSpec StateAction{},
12+
TopicSpec StateActionFeedback{},
13+
TopicSpec StateActionGoal{},
14+
TopicSpec StateActionResult{},
15+
TopicSpec StateFeedback{},
16+
TopicSpec StateGoal{},
17+
TopicSpec StateResult{},
18+
ServiceSpec ComposeTrajectory{}
19+
}}
20+
}
21+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
PackageSet{package{
2+
Package cob_sound{spec{
3+
TopicSpec PlayAction{},
4+
TopicSpec PlayActionFeedback{},
5+
TopicSpec PlayActionGoal{},
6+
TopicSpec PlayActionResult{},
7+
TopicSpec PlayFeedback{},
8+
TopicSpec PlayGoal{},
9+
TopicSpec PlayResult{},
10+
TopicSpec SayAction{},
11+
TopicSpec SayActionFeedback{},
12+
TopicSpec SayActionGoal{},
13+
TopicSpec SayActionResult{},
14+
TopicSpec SayFeedback{},
15+
TopicSpec SayGoal{},
16+
TopicSpec SayResult{}
17+
}}
18+
}
19+
}

RosSystems/cob4-3/msgs/cob_srv.ros

Whitespace-only changes.

0 commit comments

Comments
 (0)