Closed HaoguangYang closed 1 year ago
LGTM - are there any tests that validate behavior hasn't changed from the
set_message_fields
change?
This change has been reverted, because I was not testing the change with the latest rosidl_runtime_py
API. No changes are needed to the set_message_fields
call.
Improved
relay_field
andtransform
nodes.lambda
to pre-bake string eval and yaml-based field search. This yields approx. 50% in performance improvements (from 30% of a core to 12% of a core fortransform
that calculates the norm of a vector and publish a scalar).