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
SDF allows the use of script within the material definition, and in gz simulator, the material tag inside the gazebo tag also supports script.
However, when specifying it as follows, gz simulator requests a string upon startup.
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
[gazebo-1] Warning [parser_urdf.cc:1220] Attribute value string not set
The text was updated successfully, but these errors were encountered:
SDF allows the use of
script
within thematerial
definition, and ingz simulator
, thematerial
tag inside thegazebo
tag also supportsscript
.However, when specifying it as follows,
gz simulator
requests a string upon startup.http://sdformat.org/spec?ver=1.12&elem=material
sdformat/src/parser_urdf.cc
Lines 1317 to 1321 in 2b583cb
Environment
Description
NO warning.
Attribute value string not set
is shown.Steps to reproduce
Output
The text was updated successfully, but these errors were encountered: