-
Notifications
You must be signed in to change notification settings - Fork 479
gstreamer not working #848
Comments
Can you confirm how you installed Gazebo (ie which instructions you followed), what version of PX4. Did you follow these instructions to set up video?: https://dev.px4.io/master/en/simulation/gazebo.html#video-streaming |
I installed ROS-melodic on Ubuntu 18.04 ( so Gazebo 9 is installed by default). |
@lbegani Can you advise on this one? |
I have not installed gstreamer on Ubuntu18.04 (yet). Instead of trying to install all the gstreamer packages using the automated command, you can selectively install what is required for video streaming use case. For example -
There will be few more, I do not have the full list handy. |
@lbegani @hamishwillee |
I tried installing Gstreamer using the below commands but it still doesn't work me. I want to get video stream from Gazebo inside QGroundControl .
list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | grep -v gstreamer1.0-hybris)
-> sudo apt-get install $list
I tried this step and it doesnt work for me on Ubuntu 18.04. Below is the error
The following packages have unmet dependencies:
gstreamer1.0-python3-dbg-plugin-loader : Conflicts: gstreamer1.0-python3-plugin-loader but 1.14.5-0ubuntu118.04.1 is to be installed
gstreamer1.0-python3-plugin-loader : Conflicts: gstreamer1.0-python3-dbg-plugin-loader but 1.14.5-0ubuntu118.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Please if someone has found a solution or tried on Ubuntu 18.04
The text was updated successfully, but these errors were encountered: