Commit 5a91bf41 authored by ashe kim's avatar ashe kim
Browse files

modified pep257

Showing with 2 additions and 1 deletion
+2 -1
......@@ -159,7 +159,8 @@ class Turtlebot3PositionControl(Node):
*******************************************************************************"""
def euler_from_quaternion(self, quat):
"""
Converts quaternion (w in last place) to euler roll, pitch, yaw
Convert quaternion (w in last place) to euler roll, pitch, yaw.
quat = [x, y, z, w]
"""
x = quat.x
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment