Skip to content

Commit ff5b46e

Browse files
authored
Merge pull request #590 from JdeRobot/refine-labyrinth-escape
Refine labyrinth escape
2 parents 1b1c090 + fe66f3a commit ff5b46e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

database/universes.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ COPY public.universes (id, name, world_id, robot_id) FROM stdin;
163163
36 Drone Gymkhana World 36 0
164164
37 Tower Inspection World 37 0
165165
38 Industrial Machine Vision World 38 0
166+
39 Labyrinth Escape World 39 0
166167
\.
167168

168169

@@ -210,7 +211,8 @@ COPY public.worlds (id, name, launch_file_path, tools_config, ros_version, type,
210211
35 Car Junction /opt/jderobot/Launchers/car_junction.launch.py {"gzsim":"/opt/jderobot/Launchers/visualization/car_junction.config"} ROS2 gz {0.0,0.0,0.0,0.0,0.0,0.0}
211212
36 Drone Gymkhana Harmonic /opt/jderobot/Launchers/drone_gymkhana.launch.py None ROS2 gz {0.0,0.0,0.0,0.0,0.0,0.0}
212213
37 Tower Inspection Harmonic /opt/jderobot/Launchers/power_tower_inspection.launch.py None ROS2 gz {0.0,0.0,0.0,0.0,0.0,0.0}
213-
38 Machine Vision Industrial /home/dev_ws/src/IndustrialRobots/ros2_SimRealRobotControl/ros2srrc_launch/moveit2/machine_vision.launch.py None ROS2 gazebo {0.0,0.0,0.0,0.0,0.0,0.0}
214+
38 Machine Vision Industrial /home/dev_ws/src/IndustrialRobots/ros2_SimRealRobotControl/ros2srrc_launch/moveit2/machine_vision.launch.py {"rviz":"/home/dev_ws/src/IndustrialRobots/ros2_SimRealRobotControl/ros2srrc_launch/moveit2/machine_vision_rviz.launch.py"} ROS2 gazebo {0.0,0.0,0.0,0.0,0.0,0.0}
215+
39 Labyrinth Escape /opt/jderobot/Launchers/labyrinth_escape.launch.py None ROS2 gz {0.0,0.0,0.0,0.0,0.0,0.0}
214216
\.
215217

216218
--

0 commit comments

Comments
 (0)