Skip to content

Conversation

Stifael
Copy link
Contributor

@Stifael Stifael commented Feb 10, 2017

series function
returns quaternion series from axis and yaw series

@coveralls
Copy link

coveralls commented Feb 10, 2017

Coverage Status

Coverage decreased (-0.08%) to 31.0% when pulling 68b77be on Stifael:pr-axangle2quat into 83e32e6 on dronecrew:master.

def series_quatrot_inverse(x, y, z, q0, q1, q2, q3, rot_name):
return series_quatrot(x, y, z, q0, -q1, -q2, -q3, rot_name)

def series_axangle2quat(x, y, z, yaw, msg_name):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing unit test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants