ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 2013-06-04 16:39:45 -0500

joq gravatar image

Your yaw calculation looks wrong. If you already have a pose, the yaw in radians should already be available in msg.pose.pose.orientation.z.

The goal assignment is in error because you are trying to assign a quaternion to the w component of another quaternion. Maybe you mean this:

goal.target_pose.pose.orientation = gth;