Robotics StackExchange | Archived questions

Ubuntu 14.04 catkin_make broken: tf2::BufferCore::_allFramesAsDot(double) const

Hello, I am a ROS worker, I met a problem today:

I want to run catkinmake command in the workspace path: catkinws.

It failed and sent message :

Linking CXX executable /home/zhu/catkin_ws/devel/lib/interactive_marker_tutorials/basic_controls
Linking CXX executable /home/zhu/catkin_ws/devel/lib/interactive_marker_tutorials/cube
Linking CXX executable /home/zhu/catkin_ws/devel/lib/interactive_marker_tutorials/menu
[ 14%] Built target depth_image_proc
Linking CXX executable /home/zhu/catkin_ws/devel/lib/interactive_marker_tutorials/point_cloud
/opt/ros/indigo/lib/libtf.so:undefined reference to ‘tf2::BufferCore::_allFramesAsDot(double) const’
collect2: error: ld returned 1 exit status

My system information: Linux version 3.13.0-44-generic (buildd@lamiak) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014

please help me !

Asked by zhujimson on 2016-05-29 09:49:37 UTC

Comments

Answers

After I install the tf2 package again, catkin_make works fine.

Asked by zhujimson on 2016-05-31 09:26:04 UTC

Comments