Created
August 20, 2025 16:52
-
-
Save azeey/1f73bb2db94c760b89a0d7ef18396e14 to your computer and use it in GitHub Desktop.
colcon_defaults.yaml for Gazebo builds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "build": { | |
| "merge-install": true, | |
| "cmake-args": ["-DSKIP_PYBIND11=ON ", "-DUSE_FULL_RPATH=ON", "-GNinja", "-DBUILD_TESTING=ON", "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"], | |
| "event-handlers": ["console_direct+"], | |
| } | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment