-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gpio led fmuv2 #728
Merged
Merged
Gpio led fmuv2 #728
Conversation
This file contains 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
PX4BuildBot
added a commit
that referenced
this pull request
Oct 30, 2023
- rosidl in PX4/Firmware (4c9d5c0): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Oct 30, 2023
- rosidl in PX4/Firmware (c2eddab): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Oct 31, 2023
- rosidl in PX4/Firmware (1e03829): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 6, 2023
- rosidl in PX4/Firmware (3780261): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 7, 2023
- rosidl in PX4/Firmware (c712a8d): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 8, 2023
- rosidl in PX4/Firmware (2047743): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Oct 29, 2024
- rosidl in PX4/Firmware (0863997): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Oct 30, 2024
- rosidl in PX4/Firmware (cfdc1c5): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Oct 30, 2024
- rosidl in PX4/Firmware (25c0cb3): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Oct 31, 2024
- rosidl in PX4/Firmware (6c76f49): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Oct 31, 2024
- rosidl in PX4/Firmware (8ad0932): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 1, 2024
- rosidl in PX4/Firmware (d3e8180): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 1, 2024
- rosidl in PX4/Firmware (3873004): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 2, 2024
- rosidl in PX4/Firmware (6e4cad2): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 2, 2024
- rosidl in PX4/Firmware (03bcf9a): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 3, 2024
- rosidl in PX4/Firmware (81ae9e7): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 3, 2024
- rosidl in PX4/Firmware (a7e5357): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 4, 2024
- rosidl in PX4/Firmware (fe1570d): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 4, 2024
- rosidl in PX4/Firmware (371ae4e): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 5, 2024
- rosidl in PX4/Firmware (e1d8748): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 5, 2024
- rosidl in PX4/Firmware (f3979e0): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 6, 2024
- rosidl in PX4/Firmware (d1bfced): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 6, 2024
- rosidl in PX4/Firmware (2146b6e): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 7, 2024
- rosidl in PX4/Firmware (7922140): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 7, 2024
- rosidl in PX4/Firmware (484b2d9): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 8, 2024
- rosidl in PX4/Firmware (61b49ac): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 8, 2024
- rosidl in PX4/Firmware (d228339): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 9, 2024
- rosidl in PX4/Firmware (640ec57): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 9, 2024
- rosidl in PX4/Firmware (0730162): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 10, 2024
- rosidl in PX4/Firmware (59b419c): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 10, 2024
- rosidl in PX4/Firmware (b426d03): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 11, 2024
- rosidl in PX4/Firmware (df9a0ae): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 11, 2024
- rosidl in PX4/Firmware (cc7326c): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 12, 2024
- rosidl in PX4/Firmware (ddfc62a): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 12, 2024
- rosidl in PX4/Firmware (26b4b0f): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
PX4BuildBot
added a commit
that referenced
this pull request
Nov 13, 2024
- rosidl in PX4/Firmware (a767b84): https://github/commit/7790c70717e09c003711f6f65015666c223fc283 - rosidl current upstream: https://github/commit/f47565cf5f0edfc535e5278503a6a0bce772f1e5 - Changes: https://github/compare/7790c70717e09c003711f6f65015666c223fc283...f47565cf5f0edfc535e5278503a6a0bce772f1e5 f47565c 2023-08-21 Mike Purvis - Add rosidl_find_package_idl helper function (#754) 1fab290 2023-08-21 Chris Lalancette - 4.3.1 bf4cce3 2023-08-21 Chris Lalancette - Changelog. b854136 2023-08-10 Chris Lalancette - Set the C++ version to 17. (#761) 89c6713 2023-07-25 Emerson Knapp - Fix same named types overriding typesources (#759) c72b454 2023-07-20 Chen Lihui - update comment (#757) 17944a6 2023-07-11 Chris Lalancette - 4.3.0 261cb04 2023-07-11 Chris Lalancette - Changelog. 187210e 2023-06-21 Stefan Fabian - Fixed visibility control file added to wrong header list variable. (#755) 69efae0 2023-06-12 Shane Loretz - Remove unused splitting of .srv files in CMake (#753) fcf7b5f 2023-06-07 Chris Lalancette - 4.2.0 1225630 2023-06-07 Chris Lalancette - Changelog. 1228f54 2023-06-07 Emerson Knapp - Fix deprecation warnings for message constants (#750) e3b71ec 2023-05-15 Stefan Fabian - Generate typesupport declarations for actions, messages and services (#703) a5cc3ec 2023-05-11 Chris Lalancette - 4.1.1 9302d87 2023-05-11 Chris Lalancette - Changelog. 5df46c3 2023-05-10 Alexis Paques - Fix IWYU for clangd in C and C++ (#742) 3853866 2023-05-01 Chris Lalancette - Mark _ in benchmark tests as unused. (#741) e1af9be 2023-04-28 Yadunund - 4.1.0 a57baea 2023-04-11 Chris Lalancette - 4.0.0 8e82d7a 2023-04-11 Chris Lalancette - Changelog. 7583b95 2023-04-11 methylDragon - Dynamic Subscription (BONUS: Allocators): rosidl (#737) 6da8660 2023-04-08 methylDragon - Runtime Interface Reflection: rosidl (#728) 7cbb116 2023-04-06 Emerson Knapp - Type Description Codegen and Typesupport (rep2011) (#727) 8b27b67 2023-03-29 Emerson Knapp - Copied type_description_interfaces structs (rep2011) (#732) eac4201 2023-03-24 Emerson Knapp - Expose type hash on typesupports (rep2011) (#729) 10d0883 2023-03-24 Chris Lalancette - Fix a few more clang analysis problems. (#731) ce20c11 2023-03-22 Alexander Hans - Return reference from BoundedVector::emplace_back (#730) b93c518 2023-03-15 Emerson Knapp - Type hash in interface codegen (rep2011) (#722) 383ca18 2023-03-14 Yadu - Fix warnings (#726)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.