You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks you for the great work. i used your repo to rebuild px4-gazebo in jetson agx devices. The docker are successful build and running correctly.
I used mavproxy to forward mavlink packet to other pc.
"python3 /usr/local/bin/mavproxy.py --daemon --master=udpin:127.0.0.1:14550 --out=udp:192.168.1.2:14550 --out=tcpin:0.0.0.0:5760"
However, when i play the video stream in VLC, the stream video is so slow, i mean the frame are freeze and not updated.
If i ran native in Jetson, everything is working well.
After some reasearch, i think maybe Gazebo server cannot use GPU in jetson devices if use Display difference 0.
Do you have any advices? Thank you so much
The text was updated successfully, but these errors were encountered:
Hello, thanks you for the great work. i used your repo to rebuild px4-gazebo in jetson agx devices. The docker are successful build and running correctly.
I used mavproxy to forward mavlink packet to other pc.
"python3 /usr/local/bin/mavproxy.py --daemon --master=udpin:127.0.0.1:14550 --out=udp:192.168.1.2:14550 --out=tcpin:0.0.0.0:5760"
However, when i play the video stream in VLC, the stream video is so slow, i mean the frame are freeze and not updated.
If i ran native in Jetson, everything is working well.
After some reasearch, i think maybe Gazebo server cannot use GPU in jetson devices if use Display difference 0.
Do you have any advices? Thank you so much
The text was updated successfully, but these errors were encountered: