ros入门——订阅者subscriber的编程实现
********************************************************************************************************************************
1、add_executable(pose_subscribe src/pose_subscriber.cpp)
target_link_libraries(pose_subscriber ${catkin_LIBRARIES})
**********************************************************************************************************************************
2、在工作空间的根目录下,运行:catkin_make
****************************************************************************************************************************
3、编译并运行