-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I had faced an issue during launching of auv_max. it coudn't be able to detect model path, which is declared in the file. The error looks like this --
"
[ruby $(which gz) sim-3] [Err] [Server.cc:159] Error Code 14: [/sdf/world[@name="sand"]/include[1]/uri:/home/shivam/ros2_ws/install/auv_max_gazebo/share/auv_max_gazebo/worlds/sand.world:L182]: Msg: Unable to find uri[model://sand_heightmap]
[ruby $(which gz) sim-3] [Err] [Server.cc:159] Error Code 14: [/sdf/world[@name="sand"]/include[3]/uri:/home/shivam/ros2_ws/install/auv_max_gazebo/share/auv_max_gazebo/worlds/sand.world:L204]: Msg: Unable to find uri[model://auv_max]
[ruby $(which gz) sim-3] [Err] [Server.cc:159] Error Code 14: [/sdf/world[@name="sand"]/include[4]/uri:/home/shivam/ros2_ws/install/auv_max_gazebo/share/auv_max_gazebo/worlds/sand.world:L209]: Msg: Unable to find uri[model://axes]
[ruby $(which gz) sim-3] [Err] [Server.cc:159] Error Code 14: [/sdf/world[@name="sand"]/include[7]/uri:/home/shivam/ros2_ws/install/auv_max_gazebo/share/auv_max_gazebo/worlds/sand.world:L313]: Msg: Unable to find uri[model://bluerov2_heavy]
"
If, anyone have an solution. then, please let me know
