Felix Exner (fexner)

Results 378 comments of Felix Exner (fexner)

Thank you for reporting your issue. In order to help you resolve this, we'll need some additional information: - What where the **exact commands** that you have run to get...

Given the files you posted, you seem to not be using ur_robot_driver with the melodic-devel-staging branch, but you seem to use ur_modern_driver. I'd recommend not using ur_modern_driver unless you have...

> > This PR sets them to the place where they are supposed to be according to [UR's documentation](https://www.universal-robots.com/how-tos-and-faqs/faq/ur-faq/parameters-for-calculations-of-kinematics-and-dynamics-45257/) > > So where are the origins supposed to be (I...

I could definitely work on that, yes. I've talked back to the guys at UR and it seems that the inertias are only set for the UR10 and UR16 as...

> the inertia matrices of UR3 and UR5 can be left as they are, but we should add the exact inertia matrices extracted from URSim to UR10, UR16. I'm not...

> @fmauch: should we not try to use the official nrs as much as possible? I'm just not sure if they reflect the same physical parameters. As far as I...

I've updated this PR to define the full inertia matrix. This allows us to either use the values coming from UR directly or inserting the ones from the cylinder approximation....

It looks like this: ![image](https://user-images.githubusercontent.com/491645/86767333-1aecde80-c04c-11ea-8dd7-44dca1e13799.png)

Just for reference: With the cylinder approximations used it looks like this: ![image](https://user-images.githubusercontent.com/491645/86775611-cfd8c880-c057-11ea-842a-237f8cc5bd55.png)

I'll go ahead and implement the cog and full inertia matrix for all variants. We can decide on the inertia content later, as well.