-
Notifications
You must be signed in to change notification settings - Fork 479
Can't display gazebo video #1034
Comments
FYI, the test pattern ball works as a source, so it looks like QGC is good. |
@hamishwillee This is very different from what I see on my local system. How does it look on the gazebo client? To reproduce this, should I also run a VM? |
@Jaeyoung-Lim I can get this working on a virtualbox VM, but not a VMWare VM. Therefore we know that this can work, and it is more likely a driver or similar issue. I'll do some debugging to see if I can get any further with "why". For now, thanks so much for your help, but hold off until (perhaps) I can find something useful to share. |
@hamishwillee one thing I noticed with AGS is that id doesnt work with certain graphics drivers. For example of you use the Xorg graphics driver it wont wont work but if you use the nvidia graphics driver it will Not sure if this js relevant to virtualbox...but might be worth checking! |
@Jaeyoung-Lim OK, I THINK this is a setup/dependency issue., but I am not sure how to fix it. When you install (same) ubuntu on Virtualbox or VMWARE you get a slightly different installation process. For Virtualbox you can select "install third party components etc" as a checkbox. If you do that then gazebo video just works (note, I have removed the avdec line out of the setup for this during testing - I think it may remove errors but still not "be right") However for VMWARE you don't get this options. Instead you get an error when you run the Below shows the video vindo in both cases. Note the different header in the renderer on virtualbox. Could this be a hint? Anyway, is any of that helpful to be sure of the likely cause? |
Gazebo Simulation · PX4 Developer Guide
On ubuntu 18.04 using Gazebo, I'm starting PX4 using:
HEADLESS=1 make px4_sitl gazebo_typhoon_h480__sonoma_raceway
.This works, in QGC I can see the raceway on the map. I can see the video widget , and sometimes I can see the legs of the plane. But I cannot see the world - it is just shown as a grey sceen.
I tried to follow instructions of using
gst-launch-1.0
as shown below. The UI launches and shows the same grey screen. I have included debug below from app. Am I missing something obvious?@Jaeyoung-Lim @mrivi Would appreciate your advice.
The text was updated successfully, but these errors were encountered: