-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gz-sim: tunnel.sdf #1690
Comments
Interested |
Ubuntu 20.04 NobleOk. I was trying to run this world and I find some issues. combuster@combuster54:~$ gz sim tunnel.sdf
Warning [Utils.cc:132] [/sdf/world[@name="diff_drive"]/model[@name="vehicle"]/link[@name="left_front_wheel_link"]/collision[@name="left_front_wheel_link_collision"]/surface/friction/ode/max_vel:/usr/share/gz/gz-sim9/worlds/tunnel.sdf:L1300]: XML Element[max_vel], child of element[ode], not defined in SDF. Copying[max_vel] as children of [ode].
Warning [Utils.cc:132] [/sdf/world[@name="diff_drive"]/model[@name="vehicle"]/link[@name="left_front_wheel_link"]/collision[@name="left_front_wheel_link_collision"]/surface/friction/ode/min_depth:/usr/share/gz/gz-sim9/worlds/tunnel.sdf:L1301]: XML Element[min_depth], child of element[ode], not defined in SDF. Copying[min_depth] as children of [ode].
Warning [Utils.cc:132] [/sdf/world[@name="diff_drive"]/model[@name="vehicle"]/link[@name="left_rear_wheel_link"]/collision[@name="left_rear_wheel_link_collision"]/surface/friction/ode/max_vel:/usr/share/gz/gz-sim9/worlds/tunnel.sdf:L1383]: XML Element[max_vel], child of element[ode], not defined in SDF. Copying[max_vel] as children of [ode].
Warning [Utils.cc:132] [/sdf/world[@name="diff_drive"]/model[@name="vehicle"]/link[@name="left_rear_wheel_link"]/collision[@name="left_rear_wheel_link_collision"]/surface/friction/ode/min_depth:/usr/share/gz/gz-sim9/worlds/tunnel.sdf:L1384]: XML Element[min_depth], child of element[ode], not defined in SDF. Copying[min_depth] as children of [ode].
Warning [Utils.cc:132] [/sdf/world[@name="diff_drive"]/model[@name="vehicle"]/link[@name="right_front_wheel_link"]/collision[@name="right_front_wheel_link_collision"]/surface/friction/ode/max_vel:/usr/share/gz/gz-sim9/worlds/tunnel.sdf:L1466]: XML Element[max_vel], child of element[ode], not defined in SDF. Copying[max_vel] as children of [ode].
Warning [Utils.cc:132] [/sdf/world[@name="diff_drive"]/model[@name="vehicle"]/link[@name="right_front_wheel_link"]/collision[@name="right_front_wheel_link_collision"]/surface/friction/ode/min_depth:/usr/share/gz/gz-sim9/worlds/tunnel.sdf:L1467]: XML Element[min_depth], child of element[ode], not defined in SDF. Copying[min_depth] as children of [ode].
Warning [Utils.cc:132] [/sdf/world[@name="diff_drive"]/model[@name="vehicle"]/link[@name="right_rear_wheel_link"]/collision[@name="right_rear_wheel_link_collision"]/surface/friction/ode/max_vel:/usr/share/gz/gz-sim9/worlds/tunnel.sdf:L1549]: XML Element[max_vel], child of element[ode], not defined in SDF. Copying[max_vel] as children of [ode].
Warning [Utils.cc:132] [/sdf/world[@name="diff_drive"]/model[@name="vehicle"]/link[@name="right_rear_wheel_link"]/collision[@name="right_rear_wheel_link_collision"]/surface/friction/ode/min_depth:/usr/share/gz/gz-sim9/worlds/tunnel.sdf:L1550]: XML Element[min_depth], child of element[ode], not defined in SDF. Copying[min_depth] as children of [ode].
(2024-08-30 17:21:46.629) [error] Error Code 14: Msg: Parser configurations requested resolved uris, but uri [tunnel_tile_1/materials/scripts] could not be resolved.
(2024-08-30 17:21:46.629) [error] Error Code 14: Msg: Parser configurations requested resolved uris, but uri [tunnel_tile_1/materials/scripts] could not be resolved.
(2024-08-30 17:21:46.629) [error] Error Code 14: Msg: Parser configurations requested resolved uris, but uri [tunnel_tile_1/materials/scripts] could not be resolved.
(2024-08-30 17:21:46.629) [error] Error Code 14: Msg: Parser configurations requested resolved uris, but uri [tunnel_tile_1/materials/scripts] could not be resolved.
(2024-08-30 17:21:46.629) [error] Error Code 14: Msg: Parser configurations requested resolved uris, but uri [tunnel_tile_1/materials/scripts] could not be resolved.
(2024-08-30 17:21:46.629) [error] Error Code 14: Msg: Parser configurations requested resolved uris, but uri [tunnel_tile_1/materials/scripts] could not be resolved.
(2024-08-30 17:21:46.629) [error] Error Code 14: Msg: Parser configurations requested resolved uris, but uri [tunnel_tile_1/materials/scripts] could not be resolved.
(2024-08-30 17:21:46.629) [error] Error Code 14: Msg: Parser configurations requested resolved uris, but uri [tunnel_tile_1/materials/scripts] could not be resolved.
(2024-08-30 17:21:46.629) [error] Error Code 9: Msg: Failed to load a world. Issues
|
Issues DescriptionProblem Description: Steps to Reproduce:
Investigation and Findings:
URL: http://sdformat.org/spec?elem=collision&ver=1.6 Possible Solution:Since the resources
Request:I request assistance from the maintainers to verify the availability of these resources or provide guidance on how to proceed with these models. Any additional documentation on handling such dependencies would also be greatly helpful. |
UpdateHi. I was able to solve those issues. First Issue
By looking documentation in SDF. Solution Second Issue
Solution Comparing other Tunnels models in Gazebo Fuel. I can find inside Tunnel Tile 1 some wrong paths inside <!-- Tunnel Tile 1/model.sdf-->
<visual name="visual_ground">
<material>
<script>
<uri>tunnel_tile_1/materials/scripts</uri>
<uri>tunnel_tile_1/materials/textures</uri>
<name>TunnelTile/Ground_Diffuse</name>
</script>
</material>
</visual> <!-- Tunnel Tile 1/model.sdf-->
<visual name="visual_ground">
<material>
<script>
<uri>materials/scripts</uri>
<uri>materials/textures</uri>
<name>TunnelTile/Ground_Diffuse</name>
</script>
</material>
</visual> ResultsNow I'm facing these new errors. But Even with could resolve these files. I was able to see the texture in gazebo
It's relate to meshes |
thanks for finding the issue of the crash. I've updated Tunnel Tile 1 on Fuel to fix the script URIs. You can remove the cache (
This msg should no longer appear once gazebosim/gz-common#635 is merged.
The mesh dae file is unable to find the texture file but it should be fine as we override the material in SDF. So it's safe to ignore but the msg can be misleading. |
UpdatedRemoving Tunnel Tile 1 Now there are no errors related to Tunnel Tile 1. by reading @iche033 comments I assume that now tunnel.sdf is fine and works as expected, right? |
I tested it and get those errors. $ gz sim /usr/share/gz/gz-sim9/worlds/tunnel.sdf libcurl: (56) Recv failure: Connection reset by peer libcurl: (56) Recv failure: Connection reset by peer libcurl: (56) Recv failure: Connection reset by peer libcurl: (56) Recv failure: Connection reset by peer Then I removed "max_vel" and "min_depth" properties from ode tag. However, it didn't change. |
Uhmmm... Let me reinstall Gazebo Ionic to see if I can get the same error or similar |
combuster@combuster54:~$ gz sim /home/combuster/gazebo_issues/gz-sim/examples/worlds/tunnel.sdf
(2024-09-06 10:00:42.444) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.444) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.444) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.444) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.446) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.446) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.446) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.446) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.447) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.448) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.448) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.448) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.450) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.450) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.451) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.452) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.475) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.489) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.490) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.543) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.543) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.543) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.543) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.546) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.546) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.546) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.546) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.547) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.547) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.547) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.547) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.550) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.550) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.552) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.552) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.571) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.571) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.572) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.573) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.576) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.576) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.576) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.576) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.578) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.578) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.578) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.579) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.625) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.656) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.658) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.664) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.664) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.665) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.667) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.682) [error] Could not resolve file [Phone.png]
(2024-09-06 10:00:42.684) [error] Could not resolve file [Toolbox.png]
(2024-09-06 10:00:42.687) [error] Could not resolve file [Extinguisher.png]
(2024-09-06 10:00:42.705) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.706) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.707) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.707) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.709) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.709) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.709) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.709) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.710) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.711) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.711) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.711) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.737) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.738) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.755) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.757) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.760) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.761) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.761) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.762) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.788) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.788) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.789) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.789) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.790) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.790) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.790) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.790) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.791) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.792) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.792) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.792) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.812) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.813) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.828) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.828) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.831) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.831) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.832) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.833) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.843) [error] Could not resolve file [Valve.png]
(2024-09-06 10:00:42.855) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.856) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.856) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.856) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.860) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.860) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.862) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.862) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.863) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.863) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.863) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.863) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.864) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.864) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.864) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:42.864) [error] Triangle input has a count of zero. This is likely not desired
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
(2024-09-06 10:00:43.260) [error] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:43.261) [error] Triangle input has a count of zero. This is likely not desired
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
(2024-09-06 10:00:51.862) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:51.863) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.058) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.059) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.059) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.061) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.064) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.064) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.064) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.064) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.066) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.066) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.066) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.066) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.071) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.071) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.071) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.073) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.113) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.135) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.136) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.530) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.531) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.531) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.532) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.535) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.535) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.535) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.535) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.535) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.536) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.536) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.536) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.539) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.539) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.542) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.542) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.708) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.709) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.711) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.712) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.715) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.715) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.715) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.715) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.717) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.718) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.718) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.718) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.767) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.798) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.800) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.806) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.806) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.807) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:52.809) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.040) [error] [GUI] Could not resolve file [Phone.png]
(2024-09-06 10:00:53.103) [error] [GUI] Could not resolve file [Toolbox.png]
(2024-09-06 10:00:53.138) [error] [GUI] Could not resolve file [Extinguisher.png]
(2024-09-06 10:00:53.387) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.388) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.389) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.390) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.393) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.393) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.393) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.393) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.394) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.395) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.395) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.395) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.421) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.422) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.439) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.441) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.445) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.445) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.445) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.447) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.917) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.918) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.919) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.920) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.922) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.922) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.922) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.922) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.923) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.923) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.923) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.924) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.943) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.945) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.957) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.958) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.961) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.961) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.961) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:53.963) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.247) [error] [GUI] Could not resolve file [Valve.png]
(2024-09-06 10:00:54.363) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.365) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.365) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.366) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.369) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.369) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.371) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.371) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.372) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.372) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.372) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.372) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.373) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.373) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.373) [error] [GUI] Triangle input has a count of zero. This is likely not desired
(2024-09-06 10:00:54.373) [error] [GUI] Triangle input has a count of zero. This is likely not desired I find the same issues as we talk about before |
gazebo should create the directory for you if it does not exist. From your error msgs ( |
Hi, |
great thanks for confirming that it's working for you now. |
Configuration
Links
Process
Step 1 - Instructions work
Step 2 - Images (if there are any) match the result
The text was updated successfully, but these errors were encountered: