Robotics StackExchange | Archived questions

I get a warnning when trying to use a floating joint

[ WARN] [1377366818.732511716]: Converting unknown joint type of joint 'odom-joint' into a fixed joint


I thought floating joints where allowed?

     <joint name="odom_joint" type="floating">
        <parent link="odom" />
        <child link="base_link" />
      </joint>

Asked by rnunziata on 2013-08-24 07:45:29 UTC

Comments

Answers

I miss understood that apparently floating and planar joints are no long used. At least that what I get from scanning blogs. Documentation seems to be lagging.

Asked by rnunziata on 2013-08-24 13:41:58 UTC

Comments

Hi - what's the workaround? Or do we just ignore the warning? Thanks :).

Asked by hangdog on 2014-01-04 13:26:33 UTC

In the case of odom to base link you must publish odometry and tf.

Asked by rnunziata on 2014-01-04 13:46:14 UTC

Or you can use MoveIt You can define virtual joints: floating and planar

Asked by Andromeda on 2014-10-23 13:26:26 UTC