Skip to content

Miscellaneous questions after a first contact with yarp-gazebo #40

Answered by traversaro
gavril0 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @gavril0 , thanks for taking the time to post on QA !

I will try to reply inline:

  1. how to avoid running yarpserver and gazebo as superuser ? (all installation was done with sudo -s)

In general you should not need to run program using sudo, even if you installed it as superuser.
To check that your permission are correctly set, can you post the output of the following commands:

 ls -l `which yarpserver`

and

ls -l `which gazebo`
  1. In my installation, the file icub-gazebo/double_pendulum/model.urdf contains only the following line:
    model://double_pendulum/conf/gazebo_controlboard.ini 0.0 0.0
    This is different from the model.urdf on github. I don't understand why it is different and ho…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #40 on December 08, 2020 16:06.