当前位置: 首页 > 工具软件 > Webots > 使用案例 >

【Webots】webots_ros CMakeLists 配置 webots 库函数

车明贤
2023-12-01
include_directories(
    ${catkin_INCLUDE_DIRS}
    $ENV{WEBOTS_HOME}/include/controller/cpp
    $ENV{WEBOTS_HOME}/include/controller/c
)

target_link_libraries(xxx
	${catkin_LIBRARIES}
    ${OpenCV_LIBRARIES}
    $ENV{WEBOTS_HOME}/lib/controller
)

记得在配置 /.bashrc文件中的 WEBOTS_HOME

参考链接:
[1] Webots中CMake开发环境配置
[2] Using Your IDE

 类似资料: