Skip to content

Conversation

@surabhigade
Copy link

This pull request fixes the build failure of ifm3d_core on ROS 2 Rolling. The issue was caused by using a hardcoded GTest path (/usr/src/gtest), which is not available on the ROS 2 buildfarm.

I removed the hardcoded path and switched to using ament_cmake_gtest, which is the recommended way to add and run tests in ROS 2. I also added a test target for the existing logging test and linked it with the ifm3d_common module.

@surabhigade
Copy link
Author

This PR resolves the GTest build failure on ROS 2 Rolling by switching to ament_cmake_gtest. Please let me know if there’s anything else I should change. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant