I received an error saying there was an undefined symbol: _ZN6gazebo4math4PoseC1Ev in a .so file.
I am currently trying the IMAV_2017_Virtual_Challenge quadcopter simulation in gazebo and matlab. And while setting up the gazebo simulator it always returns an error saying that the process has died because there was an undefined symbol in the libquadrotor_simple_controller.so file.
Hi @mgrallos please add the ROS Distro you are using. Also can you copy paste the error and edit your question with this information
Try running
C++filt _ZN6gazebo4math4PoseC1Ev
for a more readable error message.