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 8c5025a commit 19b21e0Copy full SHA for 19b21e0
catkin_wp/src/learning_topic/CMakeLists.txt
@@ -154,7 +154,7 @@ 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文件
+# add_executable(velocity_publisher script/velocity_publisher.py) python文件不需要编译
158
159
# 可执行文件和ROS库进行连接的
160
# target_link_libraries(${PROJECT_NAME}_node${catkin_LIBRARIES} )
0 commit comments