launch_pal.actions.validate_launch_args module

Module for the ValidateLaunchArgs action.

class launch_pal.actions.validate_launch_args.ValidateLaunchArgs(*args: Any, **kwargs: Any)

Bases: EmitEvent

Checks that all the passed arguments are declared in the launch file.

execute(context: launch.launch_context.LaunchContext)

Execute the action.