Closed rpapallas closed 6 years ago
As of now the current way of keeping the mesh file paths is by using absolute paths.
A better way is to use package://, however for some reason package:// is not working in the .URDF file and with or_urdf plugin.
package://
.URDF
or_urdf
Further investigation and usage of package:// will be considered in the near future.
Done in fe863f77e07b7c641e88e68539d51def68d4e12b and soon will be pushed to the master branch.
As of now the current way of keeping the mesh file paths is by using absolute paths.
A better way is to use
package://
, however for some reasonpackage://
is not working in the.URDF
file and withor_urdf
plugin.Further investigation and usage of
package://
will be considered in the near future.