Unable to See ICUB in Gazebo After Starting YARP Server #725
-
|
Hi everyone, I’m currently facing an issue while trying to load the "gazebo tutorial_joint-interface.sdf" in Gazebo. On my first terminal, I’ve successfully launched the yarpserver (which seems to be running fine), but when I try to open the Gazebo simulation in the second terminal, I am unable to see the ICUB model in the Gazebo environment. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Can you report the output of gazebo? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
hello, I am a bit new to all these things, can you explain to me in simple terms like what exactly is this gazebo model path? where do we have it? also till yesterdat i was doing all this cloning and building in my root directory, only yesterday i got to know that we are not supposed to do it in root as it has some admin issues, so i created a new "myuser" and will clone everything again in that. |
Beta Was this translation helpful? Give feedback.




The
GAZEBO_MODEL_PATHis an environment variable that is set by thesetup.shfile of the robotology-superbuild. After you source thesetup.shof the superbuild, you can check if it set by runningecho $GAZEBO_MODEL_PATHafter sourcing thesetup.sh.