笔记关键词检索?

在所有笔记中搜索你感兴趣的关键词!

《ROS机器人开发实践》

作者:胡春旭 著


rosrun tf view_frames 运行失败

环境

Ubuntu 20.4

ROS noetic

运行命令

rosrun tf view_frames

错误信息

Listening to /tf for 5.0 seconds
Done Listening
b'dot - graphviz version 2.42.3 (0)\n'
Traceback (most recent call last):
  File "/opt/ros/noetic/lib/tf/view_frames", line 119, in <module>
    generate(dot_graph)
  File "/opt/ros/noetic/lib/tf/view_frames", line 89, in generate
    m = r.search(vstr)
TypeError: cannot use a string pattern on a bytes-like object

修改文件 /opt/ros/noetic/lib/tf/view_frames 第89行

m = r.search(vstr.decode('utf-8')) 

 

评论 (0)

发布评论

你的邮箱地址不会被公开。请输入所有带 * 的信息。