adding tensorflow_ros_cpp to dependencies causes sigsegv to occur

asked 2019-12-07 08:24:35 -0500

ilinca gravatar image

I have a working version of my package. If I alter that version by adding tensorflow_ros_cpp like so:

find_package(catkin REQUIRED COMPONENTS
... tensorflow_ros_cpp
)

the package still compiles, but when I roslaunch the executable everything crashes immediately with return code -11. I am new to ros and tensorflow and I cannot figure out how come it compiles if it is going to crash just for loading a new library. Can someone please help?

edit retag flag offensive close merge delete

Comments

1

There is a good chance this is caused by C++ ABI difference problems.

gvdhoorn gravatar image gvdhoorn  ( 2019-12-07 08:41:33 -0500 )edit