Packages for common geometric calculations including the ROS transform library, "tf". Also includes ROS bindings for "bullet" physics engine and "kdl" kinematics/dynamics package.
173
stars
275
forks
source link
view_frames doesn't show frames published on /tf_static #123
Using static_transform_publisher from tf2, fixed transformations are published on /tf_static instead of /tf. These frames are not displayed by view_frames. Is there a proper replacement in tf2? Or should view_frames be fixed here?
Using
static_transform_publisher
fromtf2
, fixed transformations are published on/tf_static
instead of/tf
. These frames are not displayed byview_frames
. Is there a proper replacement in tf2? Or shouldview_frames
be fixed here?