Open soblin opened 1 year ago
@mackierx111 Could you assign someone for help? I'm not familiar with this.
I was having the same issue but was able to overcome it by following the instructions here and running AWSIM in docker https://github.com/tier4/AWSIM/issues/81
@kasper-helm Wow that's good hear that ! I'll try it out
I could run AWSIM on docker following this https://github.com/tier4/AWSIM/issues/81 (but still not on local machine).
I could run AWSIM on docker following this #81 (but still not on local machine).
Hi bro. You shouldn't close this problem.I met it as same as you exactly . That is a bug.
I seem to be facing the same problem. My machine specs are as follows:
In my environment, after I once installed libssl1.0.0, the issue seems to disappear.
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.12_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.12_amd64.deb
I have met the very same problem when I am using WSL2 in Windows10. In my case, I suppose it is because WSL2 has not yet supported Vulkan API , and the related imformation (about the WSL2 and Vulkan) can be found in https://github.com/microsoft/WSL/issues/7790 .
It's like vulkan-sdk encouter problem, but I can't install it, any one solved the issue now?
Same problem here: OS: Ubuntu 22.04, ROS 2 Humble, Nvidia GTX 1050 Ti
vainfo
libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
nvidia-smi
Wed Jun 14 13:46:30 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.116.04 Driver Version: 525.116.04 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:65:00.0 On | N/A |
| 41% 37C P0 N/A / 75W | 537MiB / 4096MiB | 2% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1912 G /usr/lib/xorg/Xorg 188MiB |
| 0 N/A N/A 2078 G /usr/bin/gnome-shell 115MiB |
| 0 N/A N/A 2789 G ...5/usr/lib/firefox/firefox 202MiB |
+-----------------------------------------------------------------------------+
I had the same issue. I was able to run after doing following.
export ROS_LOCALHOST_ONLY=1
export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
sudo sysctl -w net.core.rmem_max=2147483647
sudo ip link set lo multicast on
touch /tmp/cycloneDDS_configured
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo ubuntu-drivers autoinstall
Not sure what is needed.
However, after last command ubuntu-drivers autoinstall
AWSIM was able to run.
I have tested many time for building autoware environment.
There seem to be some problem for the official set up.
The environment in autoware/amd64.env
is as follows.
rosdistro=humble
rmw_implementation=rmw_cyclonedds_cpp
base_image=ubuntu:22.04
cuda_base_image=ubuntu:22.04
prebuilt_base_image=ubuntu:22.04
cuda_version=11.6
cudnn_version=8.4.1.50-1+cuda11.6
tensorrt_version=8.4.2-1+cuda11.6
cuda 11.7 is supported from ubuntu 22.04. 11.6 is not supported. cudnn8.4 not supprted for ubuntu 22.04 tensorrt8.4 not supported for ubuntu 22.04 There seems to be problem for the supported driver.
i have the same issue but Segmentation fault (core dumped) not appear. only like this
hi , i try it few times . i found my fault because of the autoware(awsim-stable branch) setup-dev-env.sh。 i follow the https://tier4.github.io/AWSIM/GettingStarted/QuickStartDemo/ tutorial can work。but after i run setup-dev-env.sh . the AWSIM demo can not work. anybody has ideas?
@ szepilot did you resolved your issue i have same Machine specs
@szepilot did you resolved your issue i have same Machine specs
No, but works on my other PC with a newer GPU
@soblin @szepilot
I could run AWSIM on docker following this #81 (but still not on local machine).
can you please specify your newer machine specifications along with RAM,CPU,GPU config .
@
I have tested many time for building autoware environment. There seem to be some problem for the official set up. The environment in
autoware/amd64.env
is as follows.rosdistro=humble rmw_implementation=rmw_cyclonedds_cpp base_image=ubuntu:22.04 cuda_base_image=ubuntu:22.04 prebuilt_base_image=ubuntu:22.04 cuda_version=11.6 cudnn_version=8.4.1.50-1+cuda11.6 tensorrt_version=8.4.2-1+cuda11.6 did you find any solution on it .
@soblin @szepilot
I could run AWSIM on docker following this #81 (but still not on local machine).
can you please specify your newer machine specifications along with RAM,CPU,GPU config .
NVIDIA RTX A4000, Intel(R) Xeon(R) W-2125 CPU @ 4.00GHz, 64 GB RAM
Checklist
Description
I downloaded
AWSIM_v1.1.0.zip
, extracted,chmod +x
, and then executed the binary from the terminal or by double clicking the icon. But it crashes:According to Trouble shooting guide, this will be a case that I need to "Check if yourNvidia drivers or Vulkan API are installed correctly". Here is the output of
nvidia-smi
libvulkan1
is already installed, so I think Graphics is OK, but still the binary crashes. I'm not sure if this information is useful, but here is the output of gdb:Expected behavior
The simulator starts.
Actual behavior
It crashes on startup.
Steps to reproduce
I'm not sure if this problem reproduces on other machines.
Versions
Possible causes
No response
Additional context