限制进程CPU占用率 sudo cpulimit -p 1780(进程号) -l 200 脱离终端后台运行程序 nohup roslaunch your_package_name your_launch_file.launch &