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

fix #38: added support for WSL for turtlesim demo #48

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

giuseppe-coco
Copy link

Purpose

Added support for WSL for turtlesim demo.

Using WSL, host.docker.internal resolver is not present inside /etc/hosts file of the linux distro. It's among dns resolver of windows, inside C:\Windows\System32\drivers\etc\hosts.
So export DISPLAY=host.docker.internal:0 won't work. In that case, it will be used export DISPLAY=:0

Issues

#38

Testing

  • Tested on WSL 2

@RobRoyce RobRoyce merged commit 44a071d into nasa-jpl:main Dec 15, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants