-
Notifications
You must be signed in to change notification settings - Fork 53
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
apollo perception doesn't work #13
Comments
Hi there. If everything else is working this points to a possible hardware compatibility issue. What gpu are you using? Apollo perception isn't compatible with different gpu architectures such as that on the GTX 2080. |
thank you for your reply. today I do the same thing in another PC. it worked OK. |
I am sorry to reopen this issue as something still unknown. PC1: in fact ,it is a AWS server,apollo's perception runs OK. when I click the "perception" button on the webpage, the terminal shows error I run cmd(
three PC s are the same code,but one( AWS server) is OK ,and other two is failed. compare the three PC's hardware info: PC 2 PC3 : compare the three PC's "nvidia-smi" info: +-----------------------------------------------------------------------------+ PC2: +-----------------------------------------------------------------------------+ PC3: +-----------------------------------------------------------------------------+ Does anyone meet the same problem(perception crashed)? |
Hi there, no need to apologize. The Nvidia 2080 and 1660 are both Turing architecture gpus which Apollo 5.0's perception doesn't support. ApolloAuto/apollo#6916 It seems there were plans to support different gpu architectures, but I don't know the current status of those efforts. |
hello,my friend.
many thanks for your carla_apollo_bridge!
I created the carla_apollo_bridge environment as readme.md, all is running perfectly.
then, I want to use the Apollo's perception, and changed the code as below step,
To use Apollo perception, remove obstacle_sensor from config/settings.yaml and enable the 'Transform' and 'Perception' modules.
restart the dreamview , reload the map , restart run_bridge.py and manual_control.py , and spawn some cars.
It seems that apollo perception doesn't work(couldnot see other green object like box,but I can see the cars in pygame window and cars pointcloud in the browser).
It is there any other settings that I did not done?
The text was updated successfully, but these errors were encountered: