Error about rviz_satelite
Hi everyone,
I have downloaded the rviz_satellite, and saved it in catkin_ws/src folder. now i run catkin_make, but i received the following error:
[ 93%] Built target rtabmapviz [ 98%] Built target rtabmap_plugins /home/masoumeh/catkin_ws/src/rviz_satellite-master/src/aerialmap_display.cpp: In member function ‘virtual void rviz::AerialMapDisplay::onEnable()’: /home/masoumeh/catkin_ws/src/rviz_satellite-master/src/aerialmap_display.cpp:102:45: error: ‘class rviz::FrameManager’ has no member named ‘getTF2BufferPtr’ tf_buffer_ = context_->getFrameManager()->getTF2BufferPtr(); ^ rviz_satellite-master/CMakeFiles/rviz_satellite.dir/build.make:83: recipe for target 'rviz_satellite-master/CMakeFiles/rviz_satellite.dir/src/aerialmap_display.cpp.o' failed make[2]: * [rviz_satellite-master/CMakeFiles/rviz_satellite.dir/src/aerialmap_display.cpp.o] Error 1 CMakeFiles/Makefile2:7291: recipe for target 'rviz_satellite-master/CMakeFiles/rviz_satellite.dir/all' failed make[1]: [rviz_satellite-master/CMakeFiles/rviz_satellite.dir/all] Error 2 Makefile:145: recipe for target 'all' failed make: ** [all] Error 2 Invoking "make -j8 -l8" failed
I am working with ros_kinetic 16.04.
Thanks