Skip to content
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

Build image for Jetson system #42

Open
long-senpai opened this issue Nov 11, 2023 · 1 comment
Open

Build image for Jetson system #42

long-senpai opened this issue Nov 11, 2023 · 1 comment

Comments

@long-senpai
Copy link

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

@JonasVautherin
Copy link
Owner

Yeah the docker container doesn't use the GPU. I never tried to get a docker container to use a GPU, though I've seen online that it was possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants