diff --git a/joint_state_publisher/joint_state_publisher/joint_state_publisher b/joint_state_publisher/joint_state_publisher/joint_state_publisher index 7e42518..064e57a 100755 --- a/joint_state_publisher/joint_state_publisher/joint_state_publisher +++ b/joint_state_publisher/joint_state_publisher/joint_state_publisher @@ -41,7 +41,7 @@ class JointStatePublisher(): continue if child.localName == 'joint': jtype = child.getAttribute('type') - if jtype == 'fixed': + if jtype == 'fixed' or jtype == 'floating': continue name = child.getAttribute('name') self.joint_list.append(name)