-
Notifications
You must be signed in to change notification settings - Fork 646
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
refactor(autoware_interpolation): prefix package and namespace with autoware #8088
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
74fe54d
to
b8ec936
Compare
b8ec936
to
eff4efe
Compare
0d0a5c5
to
365cd33
Compare
merged #8630 to debug |
c895278
to
980d6c5
Compare
I merged #8631, it probably pass the test, |
Because I rebased with the latest autoware to pass the test, there are other areas that need to be replaced. Could you please fix this? 🙏 |
df59929
to
e321949
Compare
@kosuke55 thanks for the fixes 🙇♂️ I've rebased this PR on top of |
7901971
to
300fa08
Compare
@mitsudome-r @xmfcx I've fixed the conflicts again, could you approve this PR when you can? Thanks |
…utoware Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
* fix(interpolation): fix bug of interpolation Signed-off-by: Y.Hisaki <[email protected]> * add const Signed-off-by: Y.Hisaki <[email protected]> * auto -> int64_t Signed-off-by: Y.Hisaki <[email protected]> * add const Signed-off-by: Y.Hisaki <[email protected]> * add const Signed-off-by: Y.Hisaki <[email protected]> * add const Signed-off-by: Y.Hisaki <[email protected]> --------- Signed-off-by: Y.Hisaki <[email protected]>
a71a85c
to
4996cf7
Compare
I see that
So to keep @esteve 's commits intact:
Now it's all on the main branch again, rebased. |
@yhisaki could you check if your changes are applied correctly? |
Signed-off-by: M. Fatih Cırıt <[email protected]>
@yhisaki I've merged this since it has been up for a long while and it becomes harder as more time passes since it's a large refactor. Please check and confirm if the changes from:
|
I have confirmation that my PR is properly in place. |
Description
prefix package and namespace with autoware
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.