ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Is there a way to read .pbstream file?

asked 2022-11-08 08:22:56 -0500

Edvard gravatar image

updated 2022-11-08 08:26:07 -0500

Hi. Sorry for all mistakes, English is not my native language. I need to read .pbstream file. I need to achieve result like this. I already tried to use script from this repository and I have this error and steel couldn't resolved it:

Traceback (most recent call last):
  File "main.py", line 5, in <module>
    from pbstream.reader import PBstream_Reader
  File "<frozen zipimport>", line 259, in load_module
  File "/usr/local/lib/python3.8/dist-packages/pbstream-0.0.1-py3.8.egg/pbstream/reader.py", line 9, in <module>
ModuleNotFoundError: No module named 'cartographer.mapping'

Is there any package that solves this task or maybe is there any suggestion how to solve this No module named 'cartographer.mapping' problem. Appreciate any help

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-11-08 16:20:40 -0500

duck-development gravatar image

You may look in this code

http://docs.ros.org/en/melodic/api/ca...

edit flag offensive delete link more

Comments

Thank you for your help. You already answered my question, but have you any thoughts, how to solve this 'ModuleNotFoundError: No module named "cartographer.mapping" ' problem?

Edvard gravatar image Edvard  ( 2022-11-09 02:20:42 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2022-11-08 08:22:56 -0500

Seen: 216 times

Last updated: Nov 08 '22