找回密码
 立即注册
搜索
查看: 2899|回复: 1

运行navigation.launch报错

[复制链接]

1

主题

1

帖子

8

积分

新手上路

Rank: 1

积分
8
发表于 2022-10-4 10:10:36 | 显示全部楼层 |阅读模式
有没有大佬帮忙看下怎么修改。
运行navigation.launch结果报错

Value error: ture is not a 'bool' type
The traceback for the exception was written to the log file

launch文件如下:
<launch>
<!-- 开启机器人底层相关节点 同时开启导航功能-->
<include file="$(find turn_on_wheeltec_robot)/launch/turn_on_wheeltec_robot.launch">
    <arg name="navigation"  default="true"/>
</include>
<!-- turn on lidar开启雷达  -->
<include file="$(find turn_on_wheeltec_robot)/launch/wheeltec_lidar.launch" />

<!-- 设置需要用于导航的地图  -->
<arg name="map_file" default="$(find turn_on_wheeltec_robot)/map/test1.yaml"/>
<node name="map_server" pkg="map_server" type="map_server" args="$(arg map_file)">
</node>

<!-- 开启用于导航的自适应蒙特卡洛定位amcl-->
<include file="$(find turn_on_wheeltec_robot)/launch/include/amcl.launch" />

<!-- MarkerArray功能节点> -->
<node name='send_mark' pkg="turn_on_wheeltec_robot" type="send_mark.py">
</node>

</launch>



回复

使用道具 举报

2

主题

428

帖子

1307

积分

金牌会员

Rank: 6Rank: 6

积分
1307

论坛元老

发表于 2022-10-8 11:24:16 | 显示全部楼层
如果方便,请上传终端报错的截图或者log文件
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

粤ICP备20017043号|小黑屋|手机版|Archiver|轮趣科技(东莞)有限公司  

GMT+8, 2024-4-20 18:46 , Processed in 0.060632 second(s), 22 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表