Nav2 Navigation Stack - humble  humble
ROS 2 Navigation Stack
Public Member Functions | List of all members
nav2_common.launch.replace_string.ReplaceString Class Reference
Inheritance diagram for nav2_common.launch.replace_string.ReplaceString:
Inheritance graph
[legend]
Collaboration diagram for nav2_common.launch.replace_string.ReplaceString:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, launch.SomeSubstitutionsType source_file, Dict replacements, Optional[launch.Condition] condition=None)
 
List[launch.Substitution] name (self)
 
Optional[launch.Condition] condition (self)
 
Text describe (self)
 
Text perform (self, launch.LaunchContext context)
 
def resolve_replacements (self, context)
 
def replace (self, input_file, output_file, replacements)
 

Detailed Description

Substitution that replaces strings on a given file.

Used in launch system

Definition at line 22 of file replace_string.py.

Member Function Documentation

◆ condition()

Optional[launch.Condition] nav2_common.launch.replace_string.ReplaceString.condition (   self)
Getter for condition.

Definition at line 48 of file replace_string.py.

References nav2_common.launch.replace_string.ReplaceString.__condition.

◆ describe()

Text nav2_common.launch.replace_string.ReplaceString.describe (   self)

◆ name()

List[launch.Substitution] nav2_common.launch.replace_string.ReplaceString.name (   self)

The documentation for this class was generated from the following file: