-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
px4_sitl gazebo not working on ubuntu16.04 with gazebo9 #14747
Comments
Update:
I believe there are some issues with the build as it does not let me take all these plugins at once. I specially upgraded to gazebo9 for this (compromised my work on turtlebot - doesnt work on g9). The memory taken up at runtime is huge that causes the machine to freeze? I would be happy to work it out with you guys! But for now the issue is resolved (except the error log from eigen, which disappears on successive runs). I hope there are no dependencies on the usv_dynamics plugin. Please do let me know how I can be of any help guys!. Thanks, |
I guess it's your computer running out of RAM during linking.
This is a warning, so you should be able to get around it by disabling |
I am using an 8GB RAM with >50GB free space on my hard drive. I have an NVIDIA GPU. |
RAM usage depends on your CPU threads (compiler jobs), usually need 2GB per job. |
Well, I wonder how this same firmware works well on a Pixhawk2 (currently using for HITL). Anyway, great to know about this. Would definitely take a look at the source code. Thank you for the insight. |
With #14971 you can now build with fewer cores in order to avoid running out of RAM:
|
Please suggest a work around for the pc hangup when run the command
-- computer freezes when doing this -- I have to press the power button to restart.
I am trying to simulate a plane in gazebo and work with the mavsdk libraries.
If this issue is still new, then I do have a pixhawk with which I can start HITL directly. But would need the steps to run mavsdk c++ file to run a mission on QGC and Xplane10.
Would be grateful to whoever is able to help me here.!
Thanks,
Prasheel
The text was updated successfully, but these errors were encountered: