process_status
Check whether a specified service or process is currently running by name or keyword. Returns status for known project services or any custom process.
Instructions
查询项目关键服务是否在运行(宿主机 pgrep -f 匹配)。
已知服务名: ego_planner / agent_run / tracking_api / tensorrt_api / vlm_detect / roscore;也可以直接传任意进程关键字做匹配。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |