Questions tagged [gazebo-worlds]
The gazebo-worlds tag has no summary.
24 questions
0 votes
1 answer
29 views
Documentation of Gazebo world related topics
I am using this topic /world/<world_name>/set_pose to set position of my robot, I wanted to get current position of my robot using ...
0 votes
1 answer
87 views
Gazebo Harmonic Reset and Odometry
I am working on DRL using ros2-jazzy and Gazebo Harmonic. My question is: Is there a way to reset the world with out removing the robot? I tried spawning the robot before starting the simulation ...
0 votes
1 answer
132 views
Gazebo Harmonic slow real time factor on baylands world
I'm attempting to run an Ardupilot-Gazebo simulation using the baylands world downloaded from fuel (https://app.gazebosim.org/VentuRobotics/fuel/models/baylands). The simulation successfully loads and ...
0 votes
1 answer
60 views
Failing to load a custom world file in Gazebo with roslaunch
I am trying to launch a custom world in Gazebo and I get: Error [parser.cc:386] Error finding file [/home/devadm/.gazebo/models/environment/model.sdf]. Error Code 1 Msg: Unable to read file[/home/...
0 votes
1 answer
67 views
More complex world creating software in SDF format
I would like to know what are available software products to create and view SDF file. CAD software can create 3D objects, but when creating an SDF file with more 3D Objects, SDF file will be very ...
0 votes
1 answer
69 views
Movement world create with fixed 3D objects in Gazebo (SDF or World file)
I am using gazebo sim (new version) with ROS2. I normally create a world with fixed 3D objects. Not only that, but I need to create moveable 3D objects to Gazebo Sim. Examples: Elevator Door (can ...
0 votes
1 answer
82 views
Issues with Automatic Model Insertion and Movement in Gazebo with ROS2
I'm facing a peculiar issue with Gazebo and ROS2 integration, where a truck model does not move as expected when inserted into the environment automatically via a launch file, contrary to its behavior ...
0 votes
1 answer
58 views
Gazebo didn’t launch with urdf
Running on vm, I created a simple launch file to launch Gazebo with the robot urdf, an error was shown. launch file Content: ...
0 votes
1 answer
20 views
Benefits Behind Gazebo Simulator?
hi, What values do we add to a robot by building a world in gazebo simulator, like the one here ? Thanks Originally posted by Amal on ROS Answers with karma: 229 on 2013-02-19 Post score: 0 ...
0 votes
1 answer
45 views
Creating a Gazebo World using a Ground Truth Model
Hi All, I am just starting off with Gazebo to perform some multirobot simulations. In order to keep our project relevant to the topic, I wanted to perform these simulations in a visually relevant ...
0 votes
1 answer
12 views
How to use gzbuilder with ROS?
Hello, I am trying to create a terrain map that can be used in Gazebo. I have a ROS version of the Gazebo plugin. After some basic search, I found that "gzbuilder" is the utility that needs ...
0 votes
1 answer
7 views
Cannot launch most of the virtual environments from gazebo_world
I was trying to run a simulation in a virtual environment on gazebo. Therefore I launch the virtual environment in gazebo_worlds such as office_world.launch. The following error message occurred: <...
0 votes
2 answers
320 views
How do I set the inital pose of a robot in gazebo?
Let's say I've created my own world file that has: This normally spawns the robot at x=0, y=0. How could I spawn it somewhere else, say x=1, y=1? I know I could spawn the robot and then move it by ...
0 votes
2 answers
19 views
Gazebo Won't Start
For some reason unknown to me, I cannot get Gazebo to open. I have had it working on this machine previously. I'm running ubuntu 12.04 with ROS fuerte. Any ideas? ...
0 votes
1 answer
24 views
Copying STL files to gazebo_worlds
Hi all How do I copy a file into gazebo_worlds, currently I am trying the following command $ cp table.stl rospack find gazebo_worlds/Media/models/ but I get ...