ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

What should go in world.launch file?

asked 2023-01-29 23:44:18 -0500

jun-gil gravatar image

updated 2023-01-30 00:44:11 -0500

The text is the same as the title.

link text

I don't know what world.launch in number 9 of the homepage above means and what it contains. If anyone knows about this, please reply.

edit retag flag offensive close merge delete

Comments

Your question is not clear. Please add more details about the question such as what are you trying to do, what is the problem you are facing etc from next time. So everyone don't have to read through the whole article that you have provided. You can edit the question using the pen like button in the right bottom corner of the question.

If you are looking for the simple world.launch file, here is the tutorial

aarsh_t gravatar image aarsh_t  ( 2023-01-30 03:09:53 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-01-30 04:22:18 -0500

ljaniec gravatar image

This file with extension *.world is an XML file with description of the Gazebo simulation world (models, their coordinates etc.), where usually you spawn your robots to control.

I found this file in the URSSimEnvironment repository:

https://github.com/PIxLLab/URSSimEnvi...

You should have the whole repo in your catkin_ws/src, dev_ws/src or similar ROS workspace. Do you know how to work with ROS and stuff?

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2023-01-29 23:44:18 -0500

Seen: 50 times

Last updated: Jan 30 '23