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
It has come to my attention that some of our JSON infrastructure does not correctly name resources relative to the OPENRAVE_DATA path (these files exist in the pr_ordata package, so this is the correct way to reference them). Nobody should be passing around OPENRAVE_DATA paths explicitly -- it is up to packages to advertise their ordata/data directories correctly (which pr_ordata does, with the help of openrave_catkin).
According to @mkoval, there are two types of problems:
JSON files are not loaded relative to the OPENRAVE_DATA path. When a JSON file is to be loaded, its actual filesystem path should be resolved using openravepy.RaveFindLocalFile() (like all other such resources are loaded).
The JSON files themselves reference other files with hardcoded paths, instead of paths relative to OPENRAVE_DATA.
I'm also tagging @Shushman and @jeking04 because they were discussing this briefly today.
The text was updated successfully, but these errors were encountered:
It has come to my attention that some of our JSON infrastructure does not correctly name resources relative to the
OPENRAVE_DATA
path (these files exist in thepr_ordata
package, so this is the correct way to reference them). Nobody should be passing aroundOPENRAVE_DATA
paths explicitly -- it is up to packages to advertise theirordata
/data
directories correctly (whichpr_ordata
does, with the help ofopenrave_catkin
).According to @mkoval, there are two types of problems:
OPENRAVE_DATA
path. When a JSON file is to be loaded, its actual filesystem path should be resolved usingopenravepy.RaveFindLocalFile()
(like all other such resources are loaded).OPENRAVE_DATA
.I'm also tagging @Shushman and @jeking04 because they were discussing this briefly today.
The text was updated successfully, but these errors were encountered: