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
In the current implementation, when a mesh geometry is loaded, the path to its resource file is saved as an exact path not a relative path.
This could create problem when such a geometry is created on one machine, and through ROS (or some other communication system) another machine is trying to load / read this geometry. In such a case, the second machine might have the mesh file in the same relative path but a different exact path.
To avoid this a safer way might be to save the relative path of the resource file.
The text was updated successfully, but these errors were encountered:
In the current implementation, when a mesh geometry is loaded, the path to its resource file is saved as an exact path not a relative path.
This could create problem when such a geometry is created on one machine, and through ROS (or some other communication system) another machine is trying to load / read this geometry. In such a case, the second machine might have the mesh file in the same relative path but a different exact path.
To avoid this a safer way might be to save the relative path of the resource file.
The text was updated successfully, but these errors were encountered: