CMake Error in turtlebot3_gazeboConfig.cmake - Unable to find /usr/include/sdformat-9.8
LuMingJun62511 opened this issue · 1 comments
LuMingJun62511 commented
Issue Description
I encountered a CMake error while building the turtlebot3_gazebo package. The error message suggests that the project specifies '/usr/include/sdformat-9.8' as an include directory, but it is not found. The error occurs at line 113 in turtlebot3_gazeboConfig.cmake.
Steps to Reproduce
- Clone the turtlebot3_simulations repository.
- Build the workspace using catkin_make.
- Observe the reported CMake error.
Error Logs
I have attached the relevant portions of CMakeOutput.log and CMakeError.log to this issue for reference.
System Information
- ROS Version: noetic
- Operating System: Linux
Additional Context
I checked the project's issue tracker and did not find a similar report. Please let me know if further information is needed to address this issue.