This pull-request fixes a problem in displaying multiple visual in urdf files. The Tiago robot
(https://github.com/pal-robotics/tiago_robot) for instance is using multiple visual (arm_3_link). The problem is due to the getStaticTransform which considers only the field visual in the urdfLink structure. Setting the correct element of the visual_array fixes the problem (see /usr/include/urdf_model/link.h).
Incidentally, this pull request adds also test on attributes which are failing when loading STL files.
This pull-request fixes a problem in displaying multiple visual in urdf files. The Tiago robot (https://github.com/pal-robotics/tiago_robot) for instance is using multiple visual (arm_3_link). The problem is due to the getStaticTransform which considers only the field visual in the urdfLink structure. Setting the correct element of the visual_array fixes the problem (see /usr/include/urdf_model/link.h).
Incidentally, this pull request adds also test on attributes which are failing when loading STL files.