Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navigator follow_target move to matrix lib #9130

Merged
merged 1 commit into from
Mar 22, 2018
Merged

Conversation

dagar
Copy link
Member

@dagar dagar commented Mar 21, 2018

No description provided.

@@ -97,7 +97,7 @@ void FollowTarget::on_activation()
void FollowTarget::on_active()
{
struct map_projection_reference_s target_ref;
math::Vector<3> target_reported_velocity(0, 0, 0);
matrix::Vector3f target_reported_velocity(0, 0, 0);
Copy link
Member

Choose a reason for hiding this comment

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

This variable is not used

Copy link
Member Author

Choose a reason for hiding this comment

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

deleted

@dagar dagar merged commit 44e3bd6 into master Mar 22, 2018
@dagar dagar deleted the pr-navigator_matrix_lib branch March 22, 2018 15:16
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.

2 participants