-
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
mavlink HIL with normal autostart scripts #726
Conversation
@DrTon There is a publication suppression method implemented in commander and the device nodes for HIL mode. This just needs to be implemented in each device so it doesn't publish during HIL. Of course the actuators should silently ignore this, but all sensor drivers should stop publishing. I've tested this partially and it works fine for sensors, GPS and the individual sensor drivers including airspeed. |
I'm getting timeouts about every 5s when trying this with flightgear. |
Which SYS_AUTOSTART? |
I'm using SYS_AUTOSTART 3032 |
Connected via USB, right? Try to start mavlink at lower message rates, with -d 5000 or even -d 3000. Maybe data rate is too high for qgroundcontrol (I had such issue: qgroundcontrol was not working with high data rate, while jMAVSim connected directly to FMU worked perfectly, without any lost messages). |
-r 3000 worked, -r 5000 didn't The GPS position is initialized at 0,0 and 0 alt, that's still wrong. Also RC input doesn't work and if you press the safety switch the plane suddenly jumps and the estimator goes nuts. |
@julianoes I think that QGroundControl indeed is a real issue here. I recommend to pipe it through MAVProxy - I need to fix the serial port. Not sure why it shows up now. |
Gps driver still publishes when HIL enabled, so this issue is expected. See first two comments. |
@julianoes I think I fixed your comments in beta_mavlink2. I recommend to merge this, as these changes here do not fundamentally change the beta_mavlink2 operation. Note the issue with the QGC serial port improved after the last set of beta_mavlink2 changes, as the effective data rate dropped. I still need to fix QGC though. |
@julianoes @DrTon Tested successfully with fixed wing HIL. |
What about normal gps driver publishing? Doeas publishing blocking ioctl works now? |
@DrTon I forgot - need to check. |
Now we have this, on enabling HIL. Not good for merging, I think.
|
@DrTon I've fixed this now I think:
|
@DrTon @julianoes I think this is good to merge now - including all bells and whistles. It does not yet fully enable HIL on arbitrary airframes, but the 'old' HIL approach still works and it could work now with any autostart script modulo smaller adjustments. |
@DrTon I found a few more corner cases - now everything is nicely disabled, but this involves RC control 8). I need to re-enable a few core topics. |
- 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)
Work on seamless HIL switching. User will not need to set special
SYS_AUTOSTART
, but only set HIL mode with mavlink command.mavlink
app will start sendingHIL_CONTROLS
stream and listeningHIL_SENSORS
/HIL_GPS
/HIL_etc
streams.mavlink
app already done, need to implement HIL mode support ingps
and maybe other apps.