Open brettpac opened 1 month ago
Maybe someone finds time trying to reproduce this in your container. In the meantime, could you try to compile with -DBUILD_TESTING=OFF
, e.g., by using the mixin
https://github.com/colcon/colcon-mixin-repository/blob/master/build-testing.mixin
It worked! Thank you @christophfroehlich
Final command that worked was
colcon build --symlink-install --cmake-args -DBUILD_TESTING=OFF
I'm trying to take the first step of building ros2_controllers inside of the IsaacROSDev containers. But, its not compiling due to problems with gmock.
To recreate, follow the readme instructions here... https://github.com/robosoft-ai/nova_carter_sm_library/tree/main/sm_nav2_test_3
Environment (please complete the following information):
Here's the terminal output... led,automatic]
But the IsaacROSDev containers already come with google-mock installed... I had to edit the output below for brevity, but it's clearly there..