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

ModuleNotFoundError: No module named 'base_raw_data' #2

Open
fanhuigui opened this issue Apr 13, 2023 · 2 comments
Open

ModuleNotFoundError: No module named 'base_raw_data' #2

fanhuigui opened this issue Apr 13, 2023 · 2 comments

Comments

@fanhuigui
Copy link

Hello, thank you very much for using this tool. However, when I encountered an issue while running, I had already modified the data path. When I ran roslaunch nclt2ros download.launch, I encountered a ModuleNotFoundError: No module named 'base'_ raw_ data'

@zhuodesheng
Copy link

find the file 'nclt2ros/nclt2ros/extractor/extract.py', View the fourth Line, add a '.' before the base_raw_data,as follow:
'from base_raw_data import BaseRawData' to 'from .base_raw_data import BaseRawData'

@fanhuigui
Copy link
Author

find the file 'nclt2ros/nclt2ros/extractor/extract.py', View the fourth Line, add a '.' before the base_raw_data,as follow: 'from base_raw_data import BaseRawData' to 'from .base_raw_data import BaseRawData'

Hello, I just made the following changes and resolved this issue. Thank you, it may be related to my internet speed. Connecting 127.0.0.1:7890... already connected.

Proxy request has been issued and is waiting for a response 404 Not Found

2023-04-18 15:33:19 Error 404: Not Found.

Then, I skipped the download. launch file before and manually downloaded all the data packages to the specified location. I used the convert. launch file directly, but couldn't find the. csv and hokuyo files. I carefully checked the path and found no problems.
The whole person is about to collapse.

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

2 participants