-
Notifications
You must be signed in to change notification settings - Fork 64
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
在gazebo中新建了个办公室环境,把mid360加入机器人中,发现明显卡顿 #20
Comments
The simulation of the livox mid360 is not GPU based, so it is only running on the CPU and that could be slow (depending on your CPU etc.) |
Is there any relevant information that I can refer to to modify it to be based on GPU? |
We have implemented a GPU based simulator for the mid360 sensor. But it is tricky to build and we do not give support for it. If you want to use it as a base or something, here are the repos:
|
Thank you very much for your answer!But I encountered the following error when compiling this repos: |
Oh, true, you need to build our fork with the modifications from here: |
Thank you very much! Now I can run it. |
Sorry, I also tried to use this GPU-accelerated simulation. The environment is in docker and the Nvidia support is fine. I build the gazebo and the package successfully, but the result didn't look like GPU-accelerated and I didn't see any processes in the docker's Nvidia-smi, do you guys know how to fix this? |
我在gazebo中新建了个简单的办公室环境,把mid360加入机器人中,移动机器人发现明显卡顿;gazebo仿真大概两三秒动一次,我把mid360移除后立马就正常了。请问是怎么回事呢?
The text was updated successfully, but these errors were encountered: