ROS.getPackagePythonPath wasn't implemented, so errors were thrown when attempting to save a behavior. I basically copied the private method in IO.PackageParser named getPythonPath. The return value is the last element of the python search path, which works out to the install path (in install space mode) and the src path (in devel space mode).
ROS.getPackagePythonPath wasn't implemented, so errors were thrown when attempting to save a behavior. I basically copied the private method in IO.PackageParser named getPythonPath. The return value is the last element of the python search path, which works out to the install path (in install space mode) and the src path (in devel space mode).