tf2_bullet  master
Bullet binding for tf2.
tf2_bullet Documentation

tf2_bullet contains functions for converting between geometry_msgs and Bullet data types.

This library is an implementation of the templated conversion interface specified in tf/convert.h. It enables easy conversion from geometry_msgs Transform and Point types to the types specified by the Bullet physics engine API (see http://bulletphysics.org).

See the Conversions overview wiki page for more information about datatype conversion in tf2.

Code API

This library consists of one header only, tf2_bullet/tf2_bullet.h, which consists mostly of specializations of template functions defined in tf2/convert.h.