Skip to content

Commit 37160ce

Browse files
authored
Merge pull request #3866 from JdeRobot/add-sausage-exercise
Add sausage exercise to database
2 parents fd6af75 + d53ad25 commit 37160ce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

database/exercises/db.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ COPY public.exercises (id, exercise_id, name, description, tags, status, url) FR
137137
24 car_junction Car Junction Autonomous Navigation through traffic at road junction. ["AUTONOMOUS DRIVING","ROS2", "MULTILANGUAGE"] ACTIVE https://jderobot.github.io/RoboticsAcademy/exercises/AutonomousCars/car_junction
138138
25 machine_vision Machine Vision Machine Vision exercise ["ROS2", "MULTILANGUAGE"] PROTOTYPE https://jderobot.github.io/RoboticsAcademy/exercises/IndustrialRobots/machine_vision
139139
26 labyrinth_escape Labyrinth Escape Labyrinth Escape exercise ["ROS2","Drones"] ACTIVE https://jderobot.github.io/RoboticsAcademy/exercises/Drones/labyrinth_escape
140+
27 conveyor_exercise Conveyor Belt Exercise Control a conveyor belt with ROS2 ["ROS2","INDUSTRIAL"] PROTOTYPE https://jderobot.github.io/RoboticsAcademy/exercises/IndustrialRobots/conveyor_exercise
140141
\.
141142

142143
--
@@ -215,6 +216,7 @@ COPY public.exercises_universes (id, exercise_id, universe_id, is_default) FROM
215216
68 14 64 False
216217
69 14 65 False
217218
70 25 70 True
219+
71 27 71 True
218220
\.
219221

220222
--
@@ -304,6 +306,8 @@ COPY public.exercises_tools (id, exercise_id, tool_id) FROM stdin;
304306
79 15 video
305307
80 18 video
306308
81 19 video
309+
82 27 simulator
310+
83 27 console
307311
\.
308312

309313
--

0 commit comments

Comments
 (0)