Commit 08ecfa3
authored
Replace linking to moprim controller my using its include directories (#1853)
only headers (enums) are used from motion_primitives_controllers. Linking
against its shared library causes it to be eagerly loaded as a DT_NEEDED
dependency of this plugin, which breaks class_loader's registration of the
MotionPrimitivesForwardController controller (results in
"MultiLibraryClassLoader: no factory exists for it" at runtime).1 parent 956851a commit 08ecfa3
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| 86 | + | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
| |||
0 commit comments