You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry to bother for this that it is extremely possible is not an issue but more an information to ask.
Your code looks awesome and very useful for what I have to do (collect data from big rosbags), but I don't know what I'm doing wrong in the import. Do I have to install any dipendencies? Am I probably mistaking the imports?
Here's the error that gives me when I try to import fast_rosbag_pandas
File "rosbag_to_dataframe_test.py", line 1, in <module>
from fast_rosbag_pandas import rosbag_to_dataframe
File "/home/edoardo/anaconda3/lib/python3.8/site-packages/fast_rosbag_pandas/__init__.py", line 6, in <module>
import rosbag_to_ndarrays
ModuleNotFoundError: No module named 'rosbag_to_ndarrays'
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
sorry to bother for this that it is extremely possible is not an issue but more an information to ask.
Your code looks awesome and very useful for what I have to do (collect data from big rosbags), but I don't know what I'm doing wrong in the import. Do I have to install any dipendencies? Am I probably mistaking the imports?
Here's the error that gives me when I try to import fast_rosbag_pandas
Thank you
The text was updated successfully, but these errors were encountered: