类似的错误信息如下:

[ERROR] [1611906790.607272604]: Client [/listener_5059_456439] wants topic /move_base_simple/goal to have datatype/md5sum [std_msgs/String/992ce8a1687cec8c8bd883ec73ca41d1], but our version has [geometry_msgs/PoseStamped/d3812c3cbc69362b77dc0b19b345f8f5]. Dropping connection.

表示 std_msgs/String 用错了,应该是用 geometry_msgs/PoseStamped

把代码中的 rospy.Subscriber("move_base_simple/goal", String, callback) 这一行改为:
    rospy.Subscriber("move_base_simple/goal", PoseStamped, callback)

头部 from std_msgs.msg import String 改为 :from geometry_msgs.msg import PoseStamped

have datatype/md5sum 相关的错误 IndentationError: unexpected indent相关推荐

  1. Python编译时提示错误IndentationError: unexpected indent

    新手小白刚开始学习Python,尝试想打印一句话,运行时提示 第19行 有个错误 IndentationError: unexpected indent print('a') 如上所示,indenta ...

  2. python提示IndentationError: unexpected indent错误

    IndentationError为缩进错误,unexpected indent意外的缩进. 找到缩进错误的地方,进行修改即可. python 是用缩进来写模块.缩进的空白数量是可变的,必须严格执行所有 ...

  3. 【python :编译错误】 IndentationError:unexpected indent(缩进问题)

    转载:python :脚本运行出现语法错误:IndentationError:unexpected indent(缩进问题) 转载:TRACEING [问题]  一个python脚本,本来都运行好好的 ...

  4. IndentationError: unexpected indent python

    在CentOS 6.3 64bit上一个没有配置好的vim中,修改了一个python脚本,运行时就反复报错,说 IndentationError: unexpected indent python 怎 ...

  5. TensorFlow 运行官方文档中文版 简单例子出现:IndentationError:unexpected indent

    例如 >>>  a = tf.constant(10) File "<stdin>", line 1     a = tf.constant(10) ...

  6. Python:IndentationError: unexpected indent

    python遇到错误:IndentationError: unexpected indent解决办法:python因为是根据格式缩进来识别逻辑块的,所以对格式要求极为严格,出现上述错误,一般都是tab ...

  7. IndentationError: expected an indented block --python报错 or IndentationError:unexpected indent

    https://blog.csdn.net/hanhanwanghaha宝藏女孩 欢迎您的关注! 欢迎关注微信公众号:宝藏女孩的成长日记 让这个可爱的宝藏女孩在努力的道路上与你一起同行! 如有转载,请 ...

  8. python:IndentationError: unexpected indent 问题解决 图文说明

    转自:https://www.cnblogs.com/gary-bao/p/5142102.html Python脚本运行出现语法错误:IndentationError:unexpected inde ...

  9. Python中报错:IndentationError: unexpected indent的原因分析和解决方法

    Python中报错:"IndentationError: unexpected indent"的原因分析和解决方法 "IndentationError: unexpect ...

  10. python IndentationError: unexpected indent

    1 问题描述 程序运行时候出现:IndentationError: unexpected indent报错. 2 解决方案--缩进问题 python对缩进要求异常的严格,比如你删除了某一个语句,或者往 ...

最新文章

  1. Unity Pro 2020中文版
  2. python sdk怎么用_如何使用七牛Python SDK写一个同步脚本及使用教程
  3. 安卓APP_ 控件(2)—— Button
  4. 一个数组去重的简单实现
  5. 详解 undefined 与 null 的区别
  6. netty中ChannelHandler执行顺序案例详解
  7. P-6002-10PK,P-6002-2PK脂质研究工具解析
  8. 制定可用性测试计划(1)
  9. 【雕爷学编程】Arduino动手做(108)---GY-521三轴模块
  10. 推特 我们目前不能注册此邮箱地址_安卓版推特App存在隐私漏洞,官方发信敦促用户更新...
  11. mysql存特殊符号失败_mysql存储符号表情失败
  12. 微信小程序:工具配置 project.config.json
  13. 货币政策市场化协同与大数据机制研究
  14. sklearn中StandardScaler()
  15. 用python语言写小程序_小程序用什么语言开发?python语言开发可以开发吗?
  16. 以后看到华为海军的信息,我就记下来
  17. Java版本 图书管理系统
  18. bzoj 3999: [TJOI2015]旅游(树链剖分)
  19. 傅老师课堂:Oracle高级查询之GROUP BY
  20. OpenCL优化案例研究 (2)

热门文章

  1. 百度,360,搜狗,必应浏览器网站收录提交(SEO优化)
  2. 山东科技大学计算机研究生学院官网,山东科技大学-计算机科学与工程学院
  3. 【AI视野·今日CV 计算机视觉论文速览 第167期】Mon, 11 Nov 2019
  4. 现代大学英语精读第二版(第一册)学习笔记(原文及全文翻译)——16A - Who Shall Dwell?(生的机会留给谁?)
  5. Android WIFI的管理方法
  6. 各向异性元件中的偏振效应
  7. 紫书刷题记录 UVa1593 代码对齐
  8. 万能获取随机数公式 取1-100的随机数
  9. LFS-初入门第一篇(准备环境)
  10. SYN 包在什么场景下会被丢弃?