You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, very nice simulation. Unfortunatelly, I only get the Mars Yard 2020 working. For the other two worlds, I get error messages telling me that it cannot open some textures. The simulator opens, the robot model is loaded, but the terrain models are either missing or faulty.
Mars Yard 2022
[INFO] [create-3]: process has finished cleanly [pid 122396]
[ruby $(which ign) gazebo-1] [Err] [Image.cc:140] Unknown image format[/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2022_terrain/dem/marsyard2022_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [ImageHeightmap.cc:33] Unable to load image file as a terrain [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2022_terrain/dem/marsyard2022_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [Physics.cc:1299] Failed to load heightmap image data from [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2022_terrain/dem/marsyard2022_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [Image.cc:140] Unknown image format[/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2022_terrain/dem/marsyard2022_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [ImageHeightmap.cc:33] Unable to load image file as a terrain [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2022_terrain/dem/marsyard2022_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [SceneManager.cc:709] Failed to load heightmap image data from [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2022_terrain/dem/marsyard2022_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [SceneManager.cc:404] Failed to load geometry for visual: terrain_visual
[ruby $(which ign) gazebo-1] [GUI] [Err] [Image.cc:140] Unknown image format[/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2022_terrain/dem/marsyard2022_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [GUI] [Err] [ImageHeightmap.cc:33] Unable to load image file as a terrain [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2022_terrain/dem/marsyard2022_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [GUI] [Err] [SceneManager.cc:709] Failed to load heightmap image data from [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2022_terrain/dem/marsyard2022_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [GUI] [Err] [SceneManager.cc:404] Failed to load geometry for visual: terrain_visual
Mars Yard 2021
[INFO] [create-3]: process has finished cleanly [pid 122819]
[ruby $(which ign) gazebo-1] [Err] [Image.cc:140] Unknown image format[/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2021_terrain/dem/marsyard_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [ImageHeightmap.cc:33] Unable to load image file as a terrain [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2021_terrain/dem/marsyard_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [Physics.cc:1299] Failed to load heightmap image data from [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2021_terrain/dem/marsyard_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [Image.cc:140] Unknown image format[/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2021_terrain/dem/marsyard_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [ImageHeightmap.cc:33] Unable to load image file as a terrain [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2021_terrain/dem/marsyard_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [SceneManager.cc:709] Failed to load heightmap image data from [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2021_terrain/dem/marsyard_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [Err] [SceneManager.cc:404] Failed to load geometry for visual: terrain_visual
[ruby $(which ign) gazebo-1] [GUI] [Err] [Image.cc:140] Unknown image format[/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2021_terrain/dem/marsyard_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [GUI] [Err] [ImageHeightmap.cc:33] Unable to load image file as a terrain [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2021_terrain/dem/marsyard_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [GUI] [Err] [SceneManager.cc:709] Failed to load heightmap image data from [/home/dave/leosim_ws/install/leo_gz_worlds/share/leo_gz_worlds/models/marsyard2021_terrain/dem/marsyard_terrain_hm.tif]
[ruby $(which ign) gazebo-1] [GUI] [Err] [SceneManager.cc:404] Failed to load geometry for visual: terrain_visual
My system specifications are as follows:
Ubuntu 22.04 running on an Intel i5 laptop, ROS2 Humble and Ignition Gazebo Fortress.
To replicate the issue, you have to follow the steps in the README and then run the command to launch the MarsYard worlds. I changed the path to the world file according to my workspace name (leosim_ws).
I hope these issues can be resolved soon.
The text was updated successfully, but these errors were encountered:
Hi @Dave-van-der-Meer,
The 2021 and 2022 marsyard terrain models use TIF heightmaps which are only supported since Gazebo Garden. They won't work unfortunately if you are using Gazebo Fortress edition.
To use these packages with Gazebo Garden (assuming you are using Ubuntu):
Hi there,
First of all, very nice simulation. Unfortunatelly, I only get the Mars Yard 2020 working. For the other two worlds, I get error messages telling me that it cannot open some textures. The simulator opens, the robot model is loaded, but the terrain models are either missing or faulty.
Mars Yard 2022
Mars Yard 2021
My system specifications are as follows:
Ubuntu 22.04 running on an Intel i5 laptop, ROS2 Humble and Ignition Gazebo Fortress.
To replicate the issue, you have to follow the steps in the README and then run the command to launch the MarsYard worlds. I changed the path to the world file according to my workspace name (leosim_ws).
I hope these issues can be resolved soon.
The text was updated successfully, but these errors were encountered: