[Bug 894] New: deployer does not import ocl correctly when used in a ROS system: no components loaded

http://bugs.orocos.org/show_bug.cgi?id=894

Summary: deployer does not import ocl correctly when used in a
ROS system: no components loaded
Product: Toolchain
Version: master
Platform: All
OS/Version: GNU/Linux
Status: NEW
Severity: critical
Priority: P3
Component: OCL
AssignedTo: orocos-dev [..] ...
ReportedBy: tinne [dot] delaet [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

The deployer does not load ocl anymore (i.e. import("ocl") fails), when used in
a ROS system.
When typing displayComponentTypes, it becomes clear that no components are
loaded.
This seems to be due to the new install location of ocl (and log4cpp, ...),
which is ../install and not ocl/install (or something similar).

Tinne

[Bug 894] deployer does not import ocl correctly when used in a

http://bugs.orocos.org/show_bug.cgi?id=894

Steven Bellens <steven [dot] bellens [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |steven [dot] bellens [..] ...e
| |n.be

--- Comment #2 from Steven Bellens <steven [dot] bellens [..] ...> 2011-08-17 14:42:45 CEST ---
Indeed - I happen to have a little patch for this. It seems to resolve it,
although probably not in the most optimal way. But it works. Patch in appendix

Steven

[Bug 894] deployer does not import ocl correctly when used in a

http://bugs.orocos.org/show_bug.cgi?id=894

--- Comment #1 from Steven Bellens <steven [dot] bellens [..] ...> 2011-08-17 14:42:04 CEST ---
Created attachment 727
--> http://bugs.orocos.org/attachment.cgi?id=727
fix deployment import problem