The current urdf.py gives an unnecessary error when parsing latest URDF format transmission (http://wiki.ros.org/urdf/XML/Transmission). New format requires that hardwareInterface is defined in transmission joints.
This pull makes hardwareInterface optional in both joint and actuator which stop unwanted errors.
The current urdf.py gives an unnecessary error when parsing latest URDF format transmission (http://wiki.ros.org/urdf/XML/Transmission). New format requires that hardwareInterface is defined in transmission joints. This pull makes hardwareInterface optional in both joint and actuator which stop unwanted errors.