Expand description
Process launching, lifecycle management, and output streaming.
Structs§
- Launch
File Launch Options - Options for launching a ROS 2 launch file.
- Launch
Result - Result returned after successfully launching a process.
- Launcher
- Manages spawning, tracking, and stopping ROS 2 processes.
- Node
Launch Options - Options for launching a single ROS 2 node.
Enums§
- Launch
Type - Describes how a process was launched.
Functions§
- ensure_
log_ dir - Creates the log directory if it does not already exist.
- is_
process_ alive - Checks whether a process with the given PID is still running.
- log_
path_ for_ name_ with_ pid - Returns the log file path for a given process name and PID.