GZWeb not showing robot model and meshes
When i run the command 'gazebo [myWorldName].world' on terminal, everything is working properly. I can see my robot in the world, and it's moving.
But when i run the command 'gzserver [myWorldName].world', then run 'npm start' on the ~/gzweb
. And i open the firefox browser and point it to the 'http://localhost:8080', I can not see my robot in the world.
Even it has been imported to the world.
Asked by alex2ay on 2022-05-27 01:57:57 UTC
Answers
I suspect that the model cannot be displayed on gzweb because the file format describing the collision is STL, but I don't know how to solve it
Asked by alex2ay on 2022-06-06 10:44:21 UTC
Comments