-
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
Beta mavlink2: onboard camera capture #754
Conversation
@julianoes, just to let you know (if you really need it): you can set rate for some messages (e.g. for GLOBAL_POSITION_INT in your case) depending on desired data rate (-r option of |
@DrTon ok thanks but I don't have to? As it is, it's ok, right? |
I think it's better to have this feature, to allow users to use more fast or slow links on 100% without additional streams configuring. Add it please. I think for ATTITUDE, GLOBAL_POS, and maybe CAMERA_CAPTURE (your decision). And tune values to get approx. desired data rate. And in your script you can simply set -r option to get resulting message/data rate that you want. |
@anton: I added the rate multiplier. |
Can you check total data rate on serial port? If it is ~1000bytes/s then it's ok. |
Hm, QGC says 1.4kB/s but that's in Bytes, right? And your -r is in bps so bits per second? Or maybe your warnx should say Bps? |
-r is in bytes per second. So you need to set something like 10 * rate_mult or 15 * rate_mult. (for -r 1000 rate mult is 1.0). |
Ok, I corrected the warnx to Bytes/s since bps would be bits/s: a989dd6 |
Yes, bytes/s is more clear, it was changed to bps by Lorenz, I don't know why :) Ok, great, then it can be merged, I think! |
@julianoes @DrTon Once this is updated with beta_mavlink2 I think its good to merge. |
…amera Conflicts: src/modules/mavlink/mavlink_messages.cpp
Merged. Compiling but untested. |
In case you get a chance to test it I think we could go ahead and merge. |
Tested on bench, works fine. |
Beta mavlink2: onboard camera capture
- rosidl in PX4/Firmware (d212250): 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 (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)
- 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)
- 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)
- rosidl in PX4/Firmware (51ed1ee): 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 (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)
This adds the mavlink mode CAMERA which sends the following to an onboard camera module connected to the FMU:
start the mode on Telem2 (on Pixhawk):