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
Providing a string to replace package:// is technically incorrect by ROS standards. An option has been added to to provide a package map which could replace the currently functionality entirely. The URDF file should also not be loaded relative to the package path, either.
The text was updated successfully, but these errors were encountered:
The urdf file is no longer loaded relative the provided package path.
The remaining confusing bit is that when just a string is provided both loaders will check if the provided path ends with the package name, in which case it will dedupe the directory. This logic may be removed so it doesn't have to be explained in documentation.
Providing a string to replace
package://
is technically incorrect by ROS standards. An option has been added to to provide a package map which could replace the currently functionality entirely. The URDF file should also not be loaded relative to the package path, either.The text was updated successfully, but these errors were encountered: