Skip to content

A simple ROS node to publish geometry_msgs/PoseStamped from listened tf.

Notifications You must be signed in to change notification settings

fujimo-t/publish_pose_from_tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

publish_pose_from_tf

A simple ROS node to publish geometry_msgs/PoseStamped from listened tf.

The node lookups transform between base_frame and pose_frame for current time and publishes pose_frame's pose relative to base_frame if the transform available.

Usage

rosrun publish_pose_from_tf publish_pose_from_tf _base_frame:=map _pose_frame:=base_link

Published topic

  • ~pose (geometry_msgs/PoseStamped)

    pose_frame's pose relative to base_frame.

    Timestamp is same to the transform lookuped.

Parameters

  • ~base_frame (string)

    Used as output pose's reference coordinate

  • ~pose_frame (string)

    This frame's pose relative to base_frame will be published as geometry_msgs/PoseStamped

  • ~timeout (double, default: 1.0)

    Timeout(sec) for lookup transform between base_frame and pose_frame

About

A simple ROS node to publish geometry_msgs/PoseStamped from listened tf.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published