-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
mc_pos_control: operate in local frame #753
Conversation
… available (e.g. only FLOW)
… int32, fix related apps
After fixing some bugs mission works in HIL! |
Tested in flight (with GPS, without PX4FLOW). TODO:
|
@DrTon Does this mean it could be merged as is as the home position as reference is more of a future feature thing? |
I want also to do more cleanup:
|
Set home on arming. position_estimator_inav changes local position reference together with home position. |
@DrTon Does this include a check if the arming is due to an in-air restart? |
@DrTon Sorry, I forgot: If you want me to look at how to set the conditions for detecting the in-air restart, please let me know. |
Not yet.
Yes, it would be good. But the most we can do is just keep home position undefined instead of setting current. |
- rosidl in PX4/Firmware (bb045fb): 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)
- rosidl in PX4/Firmware (4afd1df): 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)
- rosidl in PX4/Firmware (8089bc3): 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)
- rosidl in PX4/Firmware (5ddddf9): 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)
- rosidl in PX4/Firmware (910a310): 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)
- rosidl in PX4/Firmware (fc4ef9a): 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)
- rosidl in PX4/Firmware (bf36a21): 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)
- rosidl in PX4/Firmware (58c102c): 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)
- rosidl in PX4/Firmware (6655704): 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)
- rosidl in PX4/Firmware (f572c17): 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)
- rosidl in PX4/Firmware (0f84e02): 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)
- rosidl in PX4/Firmware (deb54dd): 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)
- rosidl in PX4/Firmware (89d6496): 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)
- rosidl in PX4/Firmware (f0ee241): 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)
- rosidl in PX4/Firmware (9a535b3): 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)
- rosidl in PX4/Firmware (153446d): 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)
- rosidl in PX4/Firmware (8945cf1): 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)
- rosidl in PX4/Firmware (1b38a3c): 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)
- rosidl in PX4/Firmware (33e7a49): 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)
- rosidl in PX4/Firmware (3c138c7): 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)
- rosidl in PX4/Firmware (faf1dd1): 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)
- rosidl in PX4/Firmware (bedc61c): 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)
- rosidl in PX4/Firmware (14c074b): 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)
- rosidl in PX4/Firmware (f14eee6): 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)
- rosidl in PX4/Firmware (3be3aae): 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)
- rosidl in PX4/Firmware (b0b5b06): 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)
- rosidl in PX4/Firmware (370129e): 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)
- rosidl in PX4/Firmware (5481ccb): 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)
- rosidl in PX4/Firmware (7e0dd1a): 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)
- rosidl in PX4/Firmware (d21abd6): 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)
Not tested.
Not for merging yet.