赞
踩
find_package(catkin REQUIRED COMPONENTS
roscpp
rospy
sensor_msgs
geometry_msgs
tf
)
include_directories(include ${catkin_INCLUDE_DIRS} ${PCL_INCLUDE_DIRS})
add_executable(rpy_angles src/rpy_angles.cpp)
target_link_libraries(rpy_angles ${catkin_LIBRARIES})
<run_depend>tf</run_depend>
<run_depend>nav_msgs</run_depend>
<build_depend>actionlib</build_depend>
<build_depend>actionlib_msgs</build_depend>
<run_depend>actionlib</run_depend>
<run_depend>actionlib_msgs</run_depend>
编译成功
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。