481211073f
This is required to reuse code from cartographer_ros in cartographer_rviz. Otherwise linking fails with errors like these: ~~~ /usr/bin/ld: libcartographer_ros.a(msg_conversion.cc.o): relocation R_X86_64_32S against `_ZNSs4_Rep20_S_empty_rep_storageE' can not be use d when making a shared object; recompile with -fPIC ~~~ While this could be fixed locally in cartographer_ros, it is a reasonable default to compile with `-fPIC` always. |
||
---|---|---|
.. | ||
modules | ||
functions.cmake |