Skip to content

Support for prepending a continuous trajectory to another one #2943

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

Merged
merged 9 commits into from
Apr 5, 2021

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Apr 5, 2021

#2400 take two.

pleroy added 6 commits April 5, 2021 14:56

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@@ -131,6 +131,66 @@ Status ContinuousTrajectory<Frame>::Append(
return status;
}

template<typename Frame>
Status ContinuousTrajectory<Frame>::Prepend(
ContinuousTrajectory&& trajectory) {
Copy link
Member

Choose a reason for hiding this comment

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

Rename the parameter to prefix.

@eggrobin eggrobin added the LGTM label Apr 5, 2021
@pleroy pleroy merged commit 12d2e88 into mockingbirdnest:master Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants