Skip to content

Commit 93b83d3

Browse files
authored
Merge pull request #17 from ubuntu-robotics/feat/model
Add model & model server
2 parents 9705b3f + a6365c5 commit 93b83d3

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

turtlebot3c-gadget/gadget.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ defaults:
6666
lds-model: "LDS-02"
6767
simulation: true
6868
turtlebot3-model: "waffle"
69+
70+
connections:
71+
# robot-model-server <-> turtlebot3c-model
72+
- plug: ThDyKcX6gow4XUPSkW0ujj5BBCah65Vn:model
73+
slot: Ifq52mXFEZzR7xuQz2j3a4GhBNE0dZjw:model

turtlebot3c-model.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
"default-channel": "humble/edge",
4444
"id": "9QxPQq7N15yTrRVuy8s4NFCWmkZRjtOa"
4545
},
46+
{
47+
"name": "turtlebot3c-model",
48+
"type": "app",
49+
"default-channel": "latest/edge",
50+
"id": "Ifq52mXFEZzR7xuQz2j3a4GhBNE0dZjw"
51+
},
4652
{
4753
"name": "ros2-nav2",
4854
"type": "app",
@@ -60,6 +66,12 @@
6066
"type": "app",
6167
"default-channel": "humble/stable",
6268
"id": "QMqEk9DW43r79WhvgrYN2oaGIPCjyYXK"
69+
},
70+
{
71+
"name": "robot-model-server",
72+
"type": "app",
73+
"default-channel": "latest/edge",
74+
"id": "ThDyKcX6gow4XUPSkW0ujj5BBCah65Vn"
6375
}
6476
]
6577
}

0 commit comments

Comments
 (0)