I received an error saying there was an undefined symbol: _ZN6gazebo4math4PoseC1Ev in a .so file.

asked 2022-02-01 01:12:42 -0500

mgrallos gravatar image

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.

edit retag flag offensive close merge delete

Comments

Hi @mgrallos please add the ROS Distro you are using. Also can you copy paste the error and edit your question with this information

osilva gravatar image osilva  ( 2022-02-01 05:41:34 -0500 )edit

Try running C++filt _ZN6gazebo4math4PoseC1Ev for a more readable error message.

skpro19 gravatar image skpro19  ( 2022-02-03 12:18:29 -0500 )edit