-
Notifications
You must be signed in to change notification settings - Fork 276
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
[Bug] surface_vehicles.md workspace wget command not working #2329
Comments
Thanks for reporting it, there were problems with the |
Nice, thanks for the fast response! |
I got around the wget issues, but now when trying to run the sydney_regatta, I get the following error: [Err] [SystemLoader.cc:119] Failed to load system plugin: (Reason: Could not find shared library)
I tried exporting the gazebo plugin paths to the binaries, but it still did not work. export GAZEBO_PLUGIN_PATH=/home/per/gz-sim/tutorials/files/surface_vehicles/gazebo_maritime_ws/install/lib:${GAZEBO_PLUGIN_PATH} |
I can't reproduce it. It works for me.
Make sure that you're setting these environment variables as the tutorial describes:
|
Environment
Description
Steps to reproduce
Run this command:
mkdir ~/gazebo_maritime_ws
wget https://raw.githubusercontent.com/gazebosim/gz-sim/gz-sim8/tutorials/files/surface_vehicles/gazebo_maritime_ws -o ~/gazebo_maritime_ws -r
Output
wget: /home/per/gazebo_maritime_ws: Is a directory
Thanks!
The text was updated successfully, but these errors were encountered: