Download

Publish a pose

Description

Publish a ROS message of the type geometry_msgs/PoseWithCovarianceStamped to a topic. This node GGG is used to send an initial position estimate to the amcl node. The position and orientation can be customized using the parameters.

Examples

The following Demos/Flows make use of this node:

Input List

There are 2 parameters.

Port NameMessage typeCallback
startTransition [movai_msgs-MovAI/TransitionTo]-
timerTimer [movai_msgs-ROS1/Timer]initial_pose_publisher_timer.cb

Output List

There are 2 parameters.

Port NameMessage type
endTransition [movai_msgs-MovAI/TransitionFor]
initialposePoseWithCovarianceStamped [geometry_msgs-ROS1/Publisher]

Parameter List

There are 3 parameters.

ParameterDescription
frame_idFrame id in the geometry_msgs/PoseWithCovarianceStamped message.
orientationQuaternion oritentation component in the geometry_msgs/PoseWithCovarianceStamped message represented as [x, y, z, w].
positionPosition component in the geometry_msgs/PoseWithCovarianceStamped message represented as [x, y, z].

More Info

[email protected]