-
Notifications
You must be signed in to change notification settings - Fork 113
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
Issue about unsuccessful 2D pose estimate when work with autoware #17
Comments
@hangger-258 |
https://drive.google.com/drive/folders/122-7FxNAzqCZ2_mYjpIJAekiXDMSaRdD?usp=sharing |
@hangger-258 For example, L24 says
It corresponds to L138-L155.
It seems your python environment is mixed at ros galactic python3.8 and anaconda python3.9. |
Thanks for your answer, actually the problem existed before I install anaconda, and I try to uninstall the anaconda and start the AWSIM-autoware again, the problem is still there. |
@hangger-258
This sometimes happens when your NVIDIA GPU environment is broken. |
Ubuntu version :5.15.0-52-generic #58~20.04.1-Ubuntu |
@hangger-258 Currently, we use CUDA11.6. https://github.com/autowarefoundation/autoware/blob/e108b8fa9e47307b1f2573be5d0dde828235bcb0/amd64.env In the tutorial, if you execute Your CUDA11.4 is not recommend but it might work... |
@hangger-258 |
↑This might be a solution |
Thank you very much! I will try it. |
I updated the awsim-stable branch by autowarefoundation/autoware#2982. |
@hangger-258 How's it going? |
This issue is closed. Please open it if necessary. |
Signed-off-by: Alptuğ Cırıt <alptug@leodrive.ai>
Although I install the AWSIM and Autoware follow the Quick start demo, In the STEP5. Let's Self-Driving simulation, Launch both the AWSIM and Autoware.
I can't Automaticalely set 2D Pose Estimate with RViz as the tutorial. The state panel show that it is always in INITIALIZING. And when I set the 2D goal post, there is no path to be generated.
Additionally, The autoware can work itself in the official tutorial of autoware.
The text was updated successfully, but these errors were encountered: