Closed prajval10 closed 1 year ago
It seems that either the linker cannot find the correct symbol table or the symbols are not matching with the version you have.
Can you please make sure the OpenPose is installed correctly? In your OpenPose installation, you may want to execute the following commands:
$ git checkout tags/v1.7.0
$ make -j`nproc`
$ sudo make install
Later, please clean and recompile your ROS workspace's build folder.
That fixed the error. Thanks!
Thanks @ravijo for the great package. The package installs correctly using
catkin_make
. I modified the launch file according to the documentation in the README. However while running the launch file, I have the following error: