找到 costmap_common_params.yaml,修改成如下形式:
[问题]You must specify at least three points for the robot footprint,reverting to previous footprint 的解决办法
#robot_radius: 0.20 # distance a circular robot should be clear of the obstacle (kobuki: 0.18)
footprint: [ [0.1, 0.1], [-0.1, 0.1], [-0.1, -0.1], [0.1, -0.1] ] # if the robot is not circular转自链接:https://hacpai.com/article/1479201819338
本文介绍了解决机器人导航中出现的“必须指定至少三个点用于机器人足迹”错误的方法。通过修改costmap_common_params.yaml文件中的footprint参数,可以有效解决此问题。
2053

被折叠的 条评论
为什么被折叠?



