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 really did search every forum possible for this problem and I am confident, that there is every library installed that is needed and that the path is correct (I have already tried every possible path).
When I load the robot model into rviz it throws this error in the output:
Could not load resource [package://wam_description/urdf/meshes/wam_stand.stl]: Unable to open file "package://wam_description/urdf/meshes/wam_stand.stl".
for multiple files. I did try absolute paths, the file:/// option, $(find ...), etc. always the same output.
rat_console output:
Node: /wam/rviz
Time: 17:45:16.118340000 (2024-04-04)
Severity: Error
Published Topics: /clicked_point, /initialpose, /move_base_simple/goal, /rosout
Could not load resource [package://wam_description/urdf/meshes/wam_stand.stl]: Unable to open file "package://wam_description/urdf/meshes/wam_stand.stl".
Location:
/Users/fischert/mambaforge/envs/devenv/conda-bld/ros-noetic-rviz-0_1706257461249/work/ros-noetic-rviz/src/work/src/rviz/mesh_loader.cpp:loadMeshFromResource:658
The ROS_ERROR is thrown in row 658 of mesh_loader.cpp in the loadMeshFromResource function.
I do not get why the "resource_path" fails the assertions for the .stl extension and my only guess is that the os is the problem, because I know that this setup works on ubuntu. The .stl is also correct, I checked that with rosin xacro.
Your environment
OS Version: macOS 14.4.1 23E224 arm64
ROS Distro: Noetic
ROS Version: 1.16.0
RViz, Qt, OGRE, OpenGl version as printed by rviz:
[ INFO] [1712245369.622606000]: rviz version 1.14.20
[ INFO] [1712245369.622652000]: compiled against Qt version 5.15.8
[ INFO] [1712245369.622656000]: compiled against OGRE version 1.10.12 (Xalafu)
[ INFO] [1712245369.635788000]: Forcing OpenGl version 0.
[ INFO] [1712245370.037545000]: Stereo is NOT SUPPORTED
[ INFO] [1712245370.037596000]: OpenGL device: Apple M1
[ INFO] [1712245370.037602000]: OpenGl version: 2.1 (GLSL 1.2).
System locale, i.e. the output of echo "$LANG $LC_NUMERIC": en_US.UTF-8
Before reporting a rendering issue, try running RViz with LANG=C rviz! ✅ did not change the behaviour
The text was updated successfully, but these errors were encountered:
Which build do you mean exactly? Because I use robostack on the macOS as well as on the Ubuntu system. But on the latter assimp is version 5.2.5 and on the macOS system it is version 5.3.1. But with assimp version 5.2.5 on the macOS system I still get the exact same error.
I really did search every forum possible for this problem and I am confident, that there is every library installed that is needed and that the path is correct (I have already tried every possible path).
When I load the robot model into rviz it throws this error in the output:
for multiple files. I did try absolute paths, the file:/// option, $(find ...), etc. always the same output.
rat_console output:
The ROS_ERROR is thrown in row 658 of mesh_loader.cpp in the loadMeshFromResource function.
I do not get why the "resource_path" fails the assertions for the .stl extension and my only guess is that the os is the problem, because I know that this setup works on ubuntu. The .stl is also correct, I checked that with rosin xacro.
Your environment
echo "$LANG $LC_NUMERIC"
: en_US.UTF-8Before reporting a rendering issue, try running RViz with
LANG=C rviz
! ✅ did not change the behaviourThe text was updated successfully, but these errors were encountered: