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

krish's profile - activity

2014-11-04 11:31:29 -0500 received badge  Notable Question (source)
2013-07-09 04:51:32 -0500 received badge  Popular Question (source)
2013-07-08 15:03:31 -0500 asked a question Quadrotol Control

How do I map a 6DOF control vector (vx, vy, vz, ax, ay, az) to RPYT? I am working on visual servo and I get controls as linear and angular x, y and z. Right now I have the following mapping but I realized that I am not using two of the angular velocities.

vx -> pitch (P)

vy -> roll (R)

vz -> thrust (T)

az ->yaw (Y)

Thanks