RussTedrake / manipulation

Course notes for MIT manipulation class
BSD 3-Clause "New" or "Revised" License
418 stars 123 forks source link

`IiwaDriver` in sim does not support iiwa14 #316

Closed siddancha closed 4 months ago

siddancha commented 4 months ago

Problem

In sim, the IiwaDriver uses AddIiwa() while creating the controller plant, which always adds the iiwa7. This behavior is incorrect when using the iiwa14.

@cohnt hardcodes the iiwa14 in his fork, but ideally both iiwa7 and iiwa14 should be supported.

Potential solutions

PR

PR that fixes this: #317

References