Skip to content

Commit 89c88ca

Browse files
committed
py放在CMake
1 parent 003cd62 commit 89c88ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

catkin_wp/src/learning_topic/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ include_directories(
154154

155155
# 解释add_executable(${PROJECT_NAME}_node src/learning_topic_node.cpp)
156156
add_executable(velocity_publisher src/velocity_publisher.cpp)
157+
# add_executable(velocity_publisher script/velocity_publisher.py) python文件
158+
157159
# 可执行文件和ROS库进行连接的
158160
# target_link_libraries(${PROJECT_NAME}_node${catkin_LIBRARIES} )
159161
target_link_libraries(velocity_publisher ${catkin_LIBRARIES})

0 commit comments

Comments
 (0)