Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import error when trying to add it on my project #2

Open
EdoardoSerri opened this issue Feb 23, 2021 · 0 comments
Open

Import error when trying to add it on my project #2

EdoardoSerri opened this issue Feb 23, 2021 · 0 comments

Comments

@EdoardoSerri
Copy link

EdoardoSerri commented Feb 23, 2021

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

  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant