Skip to content

Commit bd47cb7

Browse files
authored
Update universes.sql
1 parent ed44895 commit bd47cb7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

database/universes.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ COPY public.universes (id, name, world_id, robot_id) FROM stdin;
159159
32 Follow Road Harmonic 32 0
160160
33 Laser Mapping Warehouse 12 0
161161
34 Pick And Place World 34 0
162+
35 Car Junction World 35 0
162163
\.
163164

164165

@@ -203,6 +204,7 @@ COPY public.worlds (id, name, launch_file_path, tools_config, ros_version, type,
203204
32 Follow Road Harmonic /opt/jderobot/Launchers/follow_road.launch.py {"gzsim":"/opt/jderobot/Launchers/visualization/follow_road.config"} ROS2 gz {0.0,0.0,0.0,0.0,0.0,0.0}
204205
33 Small Laser Mapping Warehouse /opt/jderobot/Launchers/small_laser_mapping.launch.py {"gzsim":"/opt/jderobot/Launchers/visualization/small_laser_mapping.config"} ROS2 gz {0.0,0.0,0.0,0.0,0.0,0.0}
205206
34 Pick And Place Arm /home/dev_ws/src/IndustrialRobots/ros2_SimRealRobotControl/ros2srrc_launch/moveit2/moveit2.launch.py None ROS2 gazebo {0.0,0.0,0.0,0.0,0.0,0.0}
207+
35 Car Junction /opt/jderobot/Launchers/car_junction.launch.py None ROS2 gazebo {0.0,0.0,0.0,0.0,0.0,0.0}
206208
\.
207209

208210
--

0 commit comments

Comments
 (0)