Nav2 Navigation Stack - humble
humble
ROS 2 Navigation Stack
|
Public Member Functions | |
None | __init__ (self, launch.SomeSubstitutionsType source_file, Text node_name) |
List[launch.Substitution] | name (self) |
Text | describe (self) |
Text | perform (self, launch.LaunchContext context) |
Substitution that checks if a param file contains parameters for a node Used in launch system
Definition at line 23 of file has_node_params.py.
Text nav2_common.launch.has_node_params.HasNodeParams.describe | ( | self | ) |
Return a description of this substitution as a string.
Definition at line 50 of file has_node_params.py.
References nav2_common.launch.has_node_params.HasNodeParams.__node_name, nav2_common.launch.has_node_params.HasNodeParams.name(), nav2_common.launch.replace_string.ReplaceString.name(), and nav2_common.launch.rewritten_yaml.RewrittenYaml.name().
List[launch.Substitution] nav2_common.launch.has_node_params.HasNodeParams.name | ( | self | ) |
Getter for name.
Definition at line 46 of file has_node_params.py.
References nav2_common.launch.has_node_params.HasNodeParams.__source_file, nav2_common.launch.replace_string.ReplaceString.__source_file, and nav2_common.launch.rewritten_yaml.RewrittenYaml.__source_file.
Referenced by nav2_common.launch.has_node_params.HasNodeParams.describe(), nav2_common.launch.replace_string.ReplaceString.describe(), and nav2_common.launch.rewritten_yaml.RewrittenYaml.describe().