Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.6.19 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | indigo-devel |
| Last Updated | 2017-03-06 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.6.19 (2017-03-06)
- update --pkg help for catkin_make_isolated (#853)
- add skipped / disabled tests to catkin_test_results summary (#848)
- fix rollback logic for more than one value per environment variable and workspace (#819)
- fix quoting of paths to handle spaces (#808)
- improve doc about catkin_package(CFG_EXTRAS) (#805)
- doc: fix format 2 howto to suggest to declare a build export dependency on "message_runtime"
- update documentation (#847 #849 #854)
0.6.18 (2016-03-18)
- expose format 2 style dependencies as CMake variables (#787)
0.6.17 (2016-03-03)
- fix docs: nosetest target names use periods (#781)
- add custom message explaining CMake find_package error messages (#780)
- fix regression with DESTDIR introduced in 0.6.16 (#755)
- avoid adding nonexistent paths to environment variables (#777)
- ensure that Python install destination exists (#775, https://github.com/ros/catkin/issues/776)
- set commonly predefines attributes when interrogating setup.py files (#770)
- align Python script directory recommendations with REP-0008 (#769)
- fix default value for _workspaces in find_in_workspaces (#768)
- improve robustness of exec call interogating setup.py files ([#766 <https://github.com/ros/catkin/issues/766>]{.title-ref})
- fix reinstalling Python files installed by catkin_install_python after modifying them (#764)
- fix project specific clean_test_results targets (#762)
- update generated CMake API
0.6.16 (2015-11-09)
- remove -x in Python distutils shell script (#755)
0.6.15 (2015-09-19)
- adding check to prevent tool cross talk (#743)
- only clean the test result ending with .xml of the current project (#737)
- fix regression in find_in_workspaces (#739)
- fix setup.py package_dir location logic (#751)
0.6.14 (2015-04-20)
- support zsh with NOCLOBBER enabled (#734)
0.6.13 (2015-04-17)
- allow setting CATKIN_GLOBAL_LIBEXEC_DESTINATION to libexec (#713)
0.6.12 (2015-04-16)
- remove CATKIN_TEST_RESULTS_DIR environment variable (#728)
- catkin_test_results will output skipped xml files only when --all is being passed (#733)
- extract catkin_add_executable_with_gtest() from catkin_add_gtest() (#726)
- separate download function from tests (#633)
- only install environment hooks for catkin_make(_isolated) completion in the catkin package (#732)
- avoid warning with CMake 3.1 and newer (#731)
- quote command in "Reproduce this error" instructions (#730)
- fix Python error when working with non-ascii characters in catkin workspace path (#724)
- use $TMPDIR for temporary _setup_util.py file if set (#710)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.6.19 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | indigo-devel |
| Last Updated | 2017-03-06 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.6.19 (2017-03-06)
- update --pkg help for catkin_make_isolated (#853)
- add skipped / disabled tests to catkin_test_results summary (#848)
- fix rollback logic for more than one value per environment variable and workspace (#819)
- fix quoting of paths to handle spaces (#808)
- improve doc about catkin_package(CFG_EXTRAS) (#805)
- doc: fix format 2 howto to suggest to declare a build export dependency on "message_runtime"
- update documentation (#847 #849 #854)
0.6.18 (2016-03-18)
- expose format 2 style dependencies as CMake variables (#787)
0.6.17 (2016-03-03)
- fix docs: nosetest target names use periods (#781)
- add custom message explaining CMake find_package error messages (#780)
- fix regression with DESTDIR introduced in 0.6.16 (#755)
- avoid adding nonexistent paths to environment variables (#777)
- ensure that Python install destination exists (#775, https://github.com/ros/catkin/issues/776)
- set commonly predefines attributes when interrogating setup.py files (#770)
- align Python script directory recommendations with REP-0008 (#769)
- fix default value for _workspaces in find_in_workspaces (#768)
- improve robustness of exec call interogating setup.py files ([#766 <https://github.com/ros/catkin/issues/766>]{.title-ref})
- fix reinstalling Python files installed by catkin_install_python after modifying them (#764)
- fix project specific clean_test_results targets (#762)
- update generated CMake API
0.6.16 (2015-11-09)
- remove -x in Python distutils shell script (#755)
0.6.15 (2015-09-19)
- adding check to prevent tool cross talk (#743)
- only clean the test result ending with .xml of the current project (#737)
- fix regression in find_in_workspaces (#739)
- fix setup.py package_dir location logic (#751)
0.6.14 (2015-04-20)
- support zsh with NOCLOBBER enabled (#734)
0.6.13 (2015-04-17)
- allow setting CATKIN_GLOBAL_LIBEXEC_DESTINATION to libexec (#713)
0.6.12 (2015-04-16)
- remove CATKIN_TEST_RESULTS_DIR environment variable (#728)
- catkin_test_results will output skipped xml files only when --all is being passed (#733)
- extract catkin_add_executable_with_gtest() from catkin_add_gtest() (#726)
- separate download function from tests (#633)
- only install environment hooks for catkin_make(_isolated) completion in the catkin package (#732)
- avoid warning with CMake 3.1 and newer (#731)
- quote command in "Reproduce this error" instructions (#730)
- fix Python error when working with non-ascii characters in catkin workspace path (#724)
- use $TMPDIR for temporary _setup_util.py file if set (#710)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.5.90 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | groovy-devel |
| Last Updated | 2014-12-29 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.5.90 (2014-12-29)
- check changes to -D args CATKIN_DEVEL_PREFIX / CMAKE_INSTALL_PREFIX when considering to reinvoke cmake (#700)
- add description to catkin_make for ignoring packages
- add suggestion to use catkin_make_isolated for non-homogeneous workspaces
0.5.89 (2014-08-18)
- make nosetests --xunit-file argument an absolute path to work around nose bug 779 (#659)
- fix handling of CMake packages which do not install any files (#665)
- fix gtest on Arch Linux and others (#663)
- improve generation of .catkin marker file (#671, #676)
- escape messages to avoid CMake warning (#667)
- avoid using ARGN for efficiency (#669)
0.5.88 (2014-06-16)
- reset CATKIN_SHELL in devel space generated env.sh files (#652, #655)
- ignore cd path echo when using CDPATH (#654)
- expose PYTHON_EXECUTABLE to environment hook .em templates (#645)
0.5.87 (2014-06-02)
- add error message for circular dependencies in catkin_make_isolated and catkin_topological_order (#607, #608)
- add workspace marker file for catkin_make / catkin_make_isolated (#304)
- allow better performance for repeated invocations of find_in_workspaces()
- consider test_depends for topolocial order (#612)
- support setting ${PROJECT_NAME}_LIBRARIES before invoking catkin_package() (#609)
- fixes:
- fix rollback of environment when workspace has been deleted (#641)
- fix argument handling when cm / cmi is invoked in a symlinked folder (#638)
- fix catkin_find to not return path with '/.' suffix (#621)
- fix python path setting for plain cmake workspaces (#618)
- replace CMake usage of IMPORTED_IMPLIB with IMPORTED_LOCATION (#616)
- do not call chpwd hooks in setup.zsh (#613)
- set catkin* variables only when find_package(catkin COMPONENTS ...) (#629)
- remove invalid symbolic links of workspace level CMakeLists.txt file (#591)
- fix gtest include dir when using gtest inside the workspace (#585)
0.5.86 (2014-03-03)
- rewrite exported include dirs when pointing to absolute source / build / devel space (#600)
- improve error messages for wrong include dirs
0.5.85 (2014-02-28)
- fix bug in string length calculation (regression from 0.5.84, #601)
0.5.84 (2014-02-27)
- fix handling include directories for generated header in devel space (regression from 0.5.83, #600)
0.5.83 (2014-02-27)
- allow passing absolute INCLUDE_DIRS via catkin_package() into CMake config file in install space (#600)
0.5.82 (2014-02-25)
- fix detection of Python version for CMake 2.8.6 and older
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.7.29 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2020-10-14 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
{width=”100px”}
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.7.29 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.7.28 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.7.27 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.7.26 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.7.25 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
- fix gtest_source_paths (#1088)
- fix -egg-base path to point to the build space (#1090)
- also rewrite shebang lines with whitespace in catkin_install_python (#1079)
0.7.24 (2020-04-06)
- stamp env hook before copying (#1075)
- set egg-base for setuptools packages (#1073) (#1077)
- [Windows] Accommodate different drives for --root (#1071)
- [Windows] stop setuptools egg packaging (#1070)
0.7.23 (2020-03-02)
- always pass --root to setuptools install (#1068)
0.7.22 (2020-03-02)
- [Windows] rename catkin scripts for parallel package parsing support (#1066)
- allow flexible CMake minimum version in metapackage CMake code (#1065)
- [Windows] generate executables without extension name (#1061, #1063)
- fix CATKIN_INSTALL_INTO_PREFIX_ROOT for win32 (#1059)
- various code cleanup (#1055)
- make catkin_install_python code a little clearer (#1054)
0.7.21 (2020-01-23)
- bump CMake minimum version in tests and docs (#1053)
- bump CMake minimum version to use new behavior of CMP0048 (#1052)
- Prefer setuptools with Python 3 (#1048)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg
Services
Plugins
Recent questions tagged catkin at Robotics Stack Exchange
Package Summary
| Version | 0.8.12 |
| License | BSD |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/ros/catkin.git |
| VCS Type | git |
| VCS Version | noetic-devel |
| Last Updated | 2025-05-31 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Geoffrey Biggs
- Ivan Santiago Paunovic
Authors
- Troy Straszheim
- Morten Kjaergaard
- Brian Gerkey
- Dirk Thomas
- Michael Carroll
- Tully Foote
{width=”100px”}
Archived - ROS 1 End-of-life
This repository contains ROS 1 packages. The last supported ROS 1 release, ROS Noetic, officially reached end of life on May 31st, 2025.
catkin
Catkin is a collection of cmake macros and associated python code used to build some parts of ROS
Documentation
Changelog for package catkin
0.8.12 (2025-04-25)
- Ignore generator expressions used in PKG_CONFIG_LIBRARIES (#1181)
- fix typo in user guide docs (#1183)
- Use the newer unittest.mock from standard library on Python 3 (#1193)
- Contributors: Alexandre Detiste, Paul Draghicescu, Robert Haschke
0.8.11 (2025-04-10)
- Port symlink_install fixes from ament_cmake to catkin (#1199)
- Fix symlink install versioned shared library (#1197)
- Default to number of usable CPUs if possible (#1180)
- Fix non-atomic atomic_configure_file (#1150)
- Fix typo in docstring (#1172)
- Add native support to fish shell (#1168)
- Update package maintainers (#1157)
- Fix catkin_install_python(): ignore whitespaces in shebang (#1156)
- Fix typo (#1147)
- Contributors: Felipe Gomes de Melo, G.A. vd. Hoorn, Gašper Simonič, Geoffrey Biggs, Matthijs van der Burgh, Scott K Logan, Tully Foote, wico-silva, zig-for
0.8.10 (2021-04-22)
- Fix problem with Googletest's LIBRARY_OUTPUT_DIRECTORY (#1135)
- deduplicate dependency lists of exported code generation targets (#1123)
- Update maintainers (#1124)
- Contributors: Michael Carroll, Timo Röhling, pseyfert
0.8.9 (2020-10-14)
- set CATKIN_PACKAGE_LIBEXEC_DESTINATION which was documented but not set (#1122)
- count 'skipped' tests as skipped (#1121)
- check PYTHON_INSTALL_DIR before making directory (#1120)
- execute the output of _setup_util.py in place (#1116)
- use raw string literal (#1117)
- [Windows] offload source spaces into order_paths.py (#1113)
0.8.8 (2020-07-24)
- use single quote for cached environment values without old values (#1108)
- [Windows] avoid file COPY for symlink sources (#1109)
- [Windows] add .lib into the symlink install file list (#1110)
0.8.7 (2020-07-14)
- explicitly call project() in toplevel CMakeLists.txt (#1106)
- add Arch Linux gtest path (#1105)
- fix symlink install python when shebang line is rewritten (#1100)
- fix CATKIN_SYMLINK_INSTALL with add_subdirectory() (#1102)
- define GMOCK_* and GTEST_* variables in a new subproject (#1101)
0.8.6 (2020-05-28)
- error message python-empy -> python3-empy (#1095)
0.8.5 (2020-05-21)
- stop catkin from trying to find C++ libraries if not needed (#1083)
- [Windows] make more relocatable wrapper (#1086)
- suppress FPHSA name mismatch for empy (#1093)
0.8.4 (2020-05-14)
- fix GTest detection when cmake-extras is installed (#1091)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
- test/mock_resources/src/catkin_test/a/msg/AMsg.msg
- test/mock_resources/src/catkin_test/b/msg/BMsg.msg
- test/mock_resources/src/catkin_test/c/msg/CMsg.msg
- test/mock_resources/src/catkin_test/d/msg/DMsg.msg
- test/mock_resources/src/catkin_test/quux_msgs/msg/QuuxString.msg
- test/mock_resources/src/python_test_a/msg/A.msg