RosAria_pose orientation
I am using /RosAria/pose to get position (x,y) and orientation (w).
Does anyone knows how to convert the w to grades?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I am using /RosAria/pose to get position (x,y) and orientation (w).
Does anyone knows how to convert the w to grades?
You mean degrees probably
You need a quaternion to degrees conversion tool. Or use for instance the bullet class.
edit:
tf::Pose pose;
tf::poseMsgToTF(odom->pose.pose, pose);
double yaw_angle = tf::getYaw(pose.getRotation());
from here
Asked: 2013-05-18 03:28:51 -0600
Seen: 713 times
Last updated: May 20 '13
While rotating in place diff-drive-rotation package is losing orientation
imu orientation meaning and lookupTransform direction ?
Ar Drone 2.0 angular movements [closed]
How do I compute the covariance matrix for an orientation sensor? [closed]
robot position and minimal distance to an obsacle
How to get yaw, pitch, roll from a quaternion
MoveIt Difficulties with end-effector Pose transformation for humanoid robot
Based on uwsim, I want to set the orientation of multibeam to make it point downward [closed]