Skip to content

Commit 19b21e0

Browse files
committed
python文件不需要编译
1 parent 8c5025a commit 19b21e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catkin_wp/src/learning_topic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ 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文件
157+
# add_executable(velocity_publisher script/velocity_publisher.py) python文件不需要编译
158158

159159
# 可执行文件和ROS库进行连接的
160160
# target_link_libraries(${PROJECT_NAME}_node${catkin_LIBRARIES} )

0 commit comments

Comments
 (0)