ros-industrial / motoman

ROS-Industrial Motoman support (http://wiki.ros.org/motoman)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request - inertia, dynamics, & transmission elements in gp4 URDF for use in ROS/Gazebo physics simulation

adamlouis opened this issue · comments

Hi!

I am trying to simulate the GP4 arm in Gazebo + ROS tools.

The GP4 URDF in this repo contains:

  • geometry
  • collisions
  • joint relationships

but does not have

  • <inertia> tags on links
  • <dynamics> tags on joints
  • top-level <transmission> tags for control

For context, see:

I noticed that the sia10d URDF file in this repo does have <inertia> tags.

But no URDF file in this repo has <dynamics> or <transmission> tags.

I am working concurrently with a different arm from a different manufacturer -- here's an example of a URDF file that contains all of those fields: <inertia>, <dynamics>, <transmission>.

So, any chance you can add <inertia>, <dynamics>, or <transmission> to the GP4 URDF here?

I'd refer you to two recent discussions about the same topic: #322 and #416.

From what I've understood, it's unlikely we'll add them.

The ones in the SIA10D model are approximations (and most likely bad ones).

I'll leave this open and wait for confirmation from @EricMarcil, but from the previous two issues I expect my answer to be correct.