bagpy icon indicating copy to clipboard operation
bagpy copied to clipboard

Python package for reading, and extracting data from rosbag files and performing any analysis on it.

Results 5 bagpy issues
Sort by recently updated
recently updated
newest added

I just installed bagpy and I was impressed by the amount of dependencies. I noted there are dependencies with Sphinx, wich is for documentation. I think there is a way...

Hi When I read a rosbag containing images I get a string sequence in the csv file that looks like this: "b'\x10\x10\x0f\x10\x10\x10........'" I tried to using encode/decode and struct.unpack but...

I was reading a bag file import bagpy from bagpy import bagreader b = bagreader('C:\\Users\\xxxxxx\\PycharmProjects\\pythonProject1\\Data\\bagfile.bag') and got this error... Traceback (most recent call last): File "C:\Users\xxxxx\PycharmProjects\pythonProject1\rosbag.py", line 1, in import...

Hello, I'm using ubuntu 18.04 and ROS Melodic.I installed lz4 support by `pip install lz4` or `pip install roslz4 --extra-index-url https://rospypi.github.io/simple/`. Basicially I installed every way that I have found....

import bagpy --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in ----> 1 import bagpy ---> 49 from .client import spin, myargv, init_node, \ 50 get_published_topics, \ 51 wait_for_message, \ ~//lib/python3.7/site-packages/rospy/client.py...