-
Notifications
You must be signed in to change notification settings - Fork 827
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
ROS Gazebo TurtleBot3 incomplete launch #3900
Comments
Perhaps, what is weird is that if I try a few times with options like
gui:=False or gui:=FALSE, or just stop and restart the simulation a free
times, the DiffDrive plugin is loaded in WSL and the Gazebo simulation
works fine.
I did not add that to the original report because it is not entirely
reproducible. Sometimes I have to run the roslaunch command with different
gui options upto 10 times to finally get all the plugins to load. Once they
load, despite all the ALSA errors, everything works as expected.
…On Wed, Mar 6, 2019, 19:27 therealkenc ***@***.***> wrote:
Looks like dupe #3542 <#3542> ie
#1209 <#1209>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3900 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Ac3NkFV0G7uC889TKd0BtU35mR1meGpoks5vUGrigaJpZM4biJ7->
.
|
@rlkamalapurkar does the latest WSL versions solve your issue? |
@sagniknitr I can confirm that this issue is solved in WSL 2. Thank you so much! I still see all the ALSA Lib errors, but everything I tested works like it should.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please fill out the below information:
Your Windows build number: 10.0.17763.316
Linux Flavor: Ubuntu
What you're doing and what's happening:
export DISPLAY=localhost:0
roslaunch turtlebot3_gazebo turtlebot3_empty_world.launch
As expected, Gazebo is launched and I can see the TurtleBot model in Gazebo. However, the launch in incomplete. It does not load the
DiffDrive
plugin. The console output is:When I run the same exact command on native Ubuntu 18.04 connected to vcXsrv as the remote X server via ssh (using PuTTY), everything works as expected and the console output is:
Notice the DiffDrive plugin being launched here, absent in the WSL launch.
Logs are too large to attach here, see https://1drv.ms/f/s!Am-zUqfMZr3wiNYVSEwCknR6vjGw3w
The text was updated successfully, but these errors were encountered: