Closed AntonioViscomi closed 9 months ago
@AntonioViscomi - this looks like your GZ_SIM_SYSTEM_PLUGIN_PATH
is not correct, although cannot tell without more information about your system and environment.
This solved the problem. I'm taking my first steps in gazebo and it seems I've built the whole thing in gz_ws/src instead of gz_ws. My fault, thanks a lot.
Hi all, I'm trying to run the simulator on gazebo harmonic (ubuntu 22.4). I've done the build with test and no test failed. When I do
'gz sim -v4 -s -r waves.sdf'
andgz sim -v4 -g
some errors shows up.In the server terminal I get:
While in the client:
I've followed the wiki procedure (also installed gzdev).
edit: forgot to mention that I've changed
export GZ_VERSION=garden
inexport GZ_VERSION=harmonic
after it didn't work with the first one.