nav2_simple_commander.utils module
General utility functions.
- nav2_simple_commander.utils.find_os_processes(name)
Find all the processes that are running gz sim.
- nav2_simple_commander.utils.kill_os_processes(name)
Kill all processes that are running with name.
- nav2_simple_commander.utils.kill_process(pid)
Kill a process with a given PID.