Robotics StackExchange | Archived questions

Symbol lookup Error rosbag

Hello everyone,

I am trying to use the rosbag API in a dialog window but as soon as I instantiate a rosbag::Bag object, I get a runtime Error:

python: symbol lookup error: "<mydirectory>" undefined symbol: _ZN6rosbag3BagC1Ev

The Code compiles completely fine. Without the rosbag object I do not encounter this error.

My Distro: ROS kinetic

I hope someone can help me, thank you!

Greetings

Asked by maintown on 2019-10-01 02:31:30 UTC

Comments

Can you include your source code as well, this isn't enough information to help you.

Asked by PeteBlackerThe3rd on 2019-10-01 05:01:28 UTC

Answers