You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing some weird console errors using the ros2 branch with the following launch command:
$ ros2 launch gazebo_ros gzserver.launch.py verbose:=true physics:=ode
...
[Err] [Server.cc:472] Could not open file[]
[Wrn] [Server.cc:381] Falling back on worlds/empty.world
...
[Err] [Server.cc:530] Unregistered physics engine [ ], the default will be used instead
The text was updated successfully, but these errors were encountered:
Reverting #1376 seems to resolve the issue.
I haven't looked too closely at what we can do to avoid using shell=True while avoiding these noisy console errors at the same time.
I'm seeing some weird console errors using the
ros2
branch with the following launch command:The text was updated successfully, but these errors were encountered: