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

i have figure the answer for this problem. the yaw can be retrieved from turtlebot using this equation:

yaw=atan2(2orientation.worientation.z), orientation.worientation.w - orientation.zorientation.z);

thank you to everybody.

i have figure the answer for this problem. the yaw can be retrieved from turtlebot using this equation:

yaw=atan2(2orientation.worientation.z), orientation.worientation.w - orientation.zorientation.z);

thank you to everybody.

i have figure the answer for this problem. the yaw can be retrieved from turtlebot using this equation:


yaw=atan2(2orientation.worientation.z), orientation.worientation.w - orientation.zorientation.z);


thank you to everybody.

i have figure the answer for this problem. the yaw can be retrieved from turtlebot using this equation:


yaw=atan2(2orientation.worientation.z), orientation.worientation.w

yaw=atan2(2*orientation.w*orientation.z), orientation.w*orientation.w - orientation.zorientation.z);


orientation.z*orientation.z);

thank you to everybody.