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 003cd62 commit 89c88caCopy full SHA for 89c88ca
catkin_wp/src/learning_topic/CMakeLists.txt
@@ -154,6 +154,8 @@ 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})
0 commit comments