![]() | 1 | initial version |
Hi, Andrei
I had the same error too. I have found that OGRE_RESOURCE_PATH was not correct. There was a row
export OGRE_RESOURCE_PATH=/usr/lib/x86_64-linux-gnu/OGRE-1.7.4
in file /opt/ros/groovy/stacks/simulator_gazebo/gazebo/scripts/setup.sh However, folder [x86_64-linux-gnu] is empty on my computer. I have found OGRE-1.7.4 in folder [/usr/lib/i386-linux-gnu], so I replace the row on following row:
export OGRE_RESOURCE_PATH=/usr/lib/i386-linux-gnu/OGRE-1.7.4
Now I have not this error.
Best Regards, Alex