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

Gazebo failure #181

Closed
rdesc opened this issue Jun 21, 2022 · 3 comments
Closed

Gazebo failure #181

rdesc opened this issue Jun 21, 2022 · 3 comments
Labels
question Further information is requested

Comments

@rdesc
Copy link

rdesc commented Jun 21, 2022

Hi, I can't get gazebo to launch correctly.

I get the following error:
libGL error: MESA-LOADER: failed to retrieve device information

I'm on Ubuntu 20.04 and Nvidia driver version 510.

@tfoote
Copy link
Collaborator

tfoote commented Jul 8, 2022

That's an error but searching for it suggests that it should be more of a warning than an error: https://forums.raspberrypi.com/viewtopic.php?t=193902

There's not enough information to reproduce your problem in this. As this seems to be more of a request for help on usage versus a bug report. Please ask on answers.ros.org with a full description of your system, the fully command line options that you're using as well as the whole console output of your run so we can try to see what the underlying error is.

@tfoote tfoote added the question Further information is requested label Jul 8, 2022
@tfoote tfoote closed this as completed Jul 8, 2022
@rdesc
Copy link
Author

rdesc commented Jul 11, 2022

Thanks, I managed to resolve the issue via exporting some variables:

# for future use - to support multiple Gazebo versions
export GZ_VERSION=garden

# not usually required as should default to localhost address
export GZ_IP=127.0.0.1

# ensure gazebo finds the config for this installation
export GZ_CONFIG_PATH=\
$HOME/gz_ws/install/share/ignition

# ensure the model and world files are found
export GZ_SIM_RESOURCE_PATH=\
$HOME/gz_ws/src/asv_wave_sim/gz-marine-models/models:\
$HOME/gz_ws/src/asv_wave_sim/gz-marine-models/world_models:\
$HOME/gz_ws/src/asv_wave_sim/gz-marine-models/worlds

@woensug-choi
Copy link
Contributor

kinu-garage/hut_10sqft#819 (comment) worked for me

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

No branches or pull requests

3 participants