You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add missing keepout and speed zone substitutions for non-composed nodes (#5357)
* fix: add missing keepout and speed zone substitutions for non-composed nodes
Non-composed nodes were missing the yaml substitutions for keepout and speed
zones that are present in the component container launch. This was causing
parameter type errors when the substitution values weren't being replaced.
Added:
- use_keepout_zones and use_speed_zones launch arguments
- yaml_substitutions dictionary with KEEPOUT_ZONE_ENABLED and SPEED_ZONE_ENABLED
- value_rewrites parameter to RewrittenYaml to apply the substitutions
Fixes#5356
Co-authored-by: Steve Macenski <SteveMacenski@users.noreply.github.com>
* Update bringup_launch.py
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
---------
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
0 commit comments