We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb09900 commit 6842765Copy full SHA for 6842765
catkin_wp/src/learning_topic/CMakeLists.txt
@@ -154,12 +154,14 @@ include_directories(
154
155
# 解释add_executable(${PROJECT_NAME}_node src/learning_topic_node.cpp)
156
add_executable(velocity_publisher src/velocity_publisher.cpp)
157
-# add_executable(velocity_publisher script/velocity_publisher.py) python文件不需要编译
158
159
# 可执行文件和ROS库进行连接的
160
# target_link_libraries(${PROJECT_NAME}_node${catkin_LIBRARIES} )
161
target_link_libraries(velocity_publisher ${catkin_LIBRARIES})
162
+add_executable(pose_subscriber src/pose_subscriber.cpp)
163
+target_link_libraries(pose_subscriber ${catkin_LIBRARIES})
164
+
165
#############
166
## Install ##
167
0 commit comments