catkin_tools
catkin_tools copied to clipboard
Command line tools for working with catkin
I had some CMAKE_PREFIX_PATH modifications like the following that resulted in leading `:` ``` export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:/my/path/... ``` and the result is that `::` gets baked into the CMAKE_PREFIX_PATH later, but...
When running `catkin run_tests` on catkin packages, details of failing tests are shown in the console. However, when running tests on pure cmake packages, those details are missing. Only the...
As mentioned in #266, the `cmake` executable provides a `--build` option in version 2.8 and later, which calls the native build tool to build a package (see documentation below). This...
### System Info * Operating System: `#109~18.04.1-Ubuntu` * Python Version: `Python 2.7.17` * Version of catkin_tools: `catkin_tools 0.8.2 (C) 2014-2022 Open Source Robotics Foundation` * ROS Distro: `melodic` ### Build...
### System Info * Operating System: Linux XXX 5.8.0-arch1-2 #1 SMP PREEMPT Sun, 09 Aug 2020 00:57:20 +0000 x86_64 GNU/Linux * Python Version: Python 3.8.5 * Version of catkin_tools: catkin_tools...
The current test output path (```build//test_results/.xml```) is incompatible with Bitbucket pipelines. They require test results to be on a certain [path ](https://support.atlassian.com/bitbucket-cloud/docs/test-reporting-in-pipelines/). I can't see a way to specify the...
[//]: # (Thank you for reporting an issue for catkin_tools!) [//]: # (Please fill out the details below so that your issue can be resolved quickly!) [//]: # (If you...
[//]: # (Thank you for reporting an issue for catkin_tools!) [//]: # (Please fill out the details below so that your issue can be resolved quickly!) [//]: # (If you...
My use case: I have a shared source space in which both ROS1 and ROS2 packages reside (the migration to ROS2 is ongoing). Now I want to build the ROS1...