解决方案-Spawn service failed
2021/9/15 23:08:57
本文主要是介绍解决方案-Spawn service failed,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
错误信息:
[INFO] [1631713794.504229, 358.040000]: Spawn status: SpawnModel: Entity pushed to spawn queue, but spawn service timed out waiting for entity to appear in simulation under the name iris
[ERROR] [1631713794.505728, 358.040000]: Spawn service failed. Exiting.
[vehicle_spawn_isst_15735_2562139104487950788-6] process has died [pid 15835, exit code 1, cmd /opt/ros/melodic/lib/gazebo_ros/spawn_model -sdf -file /home/isst/project/volans/src/simulation/models/iris/iris.sdf -model iris -x 5 -y 0 -z 0 -R 0 -P 0 -Y 0 __name:=vehicle_spawn_isst_15735_2562139104487950788 __log:=/home/isst/.ros/log/cc103de8-162b-11ec-a1d9-0c8268028cc2/vehicle_spawn_isst_15735_2562139104487950788-6.log].
log file: /home/isst/.ros/log/cc103de8-162b-11ec-a1d9-0c8268028cc2/vehicle_spawn_isst_15735_2562139104487950788-6*.log
解决方案是:
将launch文件中.world文件里的sim_time值改为0,即如下内容:
<sim_time>358 36000000</sim_time>
改为:
<sim_time>0</sim_time>
这篇关于解决方案-Spawn service failed的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-01UniApp 中组件的生命周期是多少-icode9专业技术文章分享
- 2024-11-01如何使用Svg Sprite Icon简化网页图标管理
- 2024-10-31Excel数据导出课程:新手从入门到精通的实用教程
- 2024-10-31Excel数据导入课程:新手入门指南
- 2024-10-31RBAC的权限课程:新手入门教程
- 2024-10-31Svg Sprite Icon课程:新手入门必备指南
- 2024-10-31怎么配置 L2TP 允许多用户连接-icode9专业技术文章分享
- 2024-10-31怎么在FreeBSD上 安装 OpenResty-icode9专业技术文章分享
- 2024-10-31运行 modprobe l2tp_ppp 时收到“module not found”消息提醒是什么-icode9专业技术文章分享
- 2024-10-31FreeBSD的下载命令有哪些-icode9专业技术文章分享