Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Panda.urdf in gazebo examples #18

Open
RemcoVDoorn opened this issue Feb 3, 2020 · 0 comments
Open

Using Panda.urdf in gazebo examples #18

RemcoVDoorn opened this issue Feb 3, 2020 · 0 comments

Comments

@RemcoVDoorn
Copy link

Hello.
I am trying to use the the panda.urdf file (orca/examples/resources) as robot model input for the examples involving Gazebo, in particular the trajectory following example.

However, the robot does not behave as expected, (see images ).
In order to load the model successfully i had to change two things in the example code, and add one thing in the urdf file.

In the example code i changed the link names according to the urdf file:
(line 110) setBaseFrame to " panda_link0"
(line 172) setModelConfiguration { "panda_joint1", "panda_joint3","panda_joint5"}

in the urdf file i added:

Gazebo/Grey

in order for the panda_link0 to be visible.

Are there additional steps i have to take to use panda.urdf with the example codes?
I tried with both gravity compensation true and fale. i.e.
(line 252) removegravityTorquesFromSolution(true) and false.

Thanks in advance!

Greetings
Remco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant