ROS2 Launch Events and Conditions
Launch Events
- OnProcessStart: Triggers when a process (like a node) starts
- OnProcessExit: Triggers when a process exits
- OnShutdown: Triggers when the system is shutting down ??
Conditions
Conditions allow you to include or exclude actions based on certain logic.
- IfCondition
- UnlessCondition