-
Notifications
You must be signed in to change notification settings - Fork 682
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
feat: radar object fusion #1016
Merged
scepter914
merged 20 commits into
autowarefoundation:main
from
scepter914:feature/radar_object_fusion
Jun 30, 2022
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
259a39a
add radar_fusion_to_detected_object
scepter914 c5a22ee
apply pre-commit
scepter914 46c47df
fix namespace for cpplint
scepter914 b62e0d0
fix compile error on autoware cmake
scepter914 f502f21
suppress warning
scepter914 2e2c743
fix add twist condition
purewater0901 5873224
ci(pre-commit): autofix
pre-commit-ci[bot] 3f84c2a
fix format
purewater0901 513ed24
Merge branch 'feature/radar_object_fusion' of github.com:scepter914/a…
purewater0901 d746edd
add include path
scepter914 d15734a
Merge branch 'feature/radar_object_fusion' of ssh://github.com/scepte…
scepter914 2739112
fix for CTest
scepter914 85e559d
delete paramter copy
scepter914 9a822b6
update README
scepter914 5ba72b1
update README
scepter914 c8a936c
fix to smart ptr
scepter914 a3ce98c
exchange between smart_ptr and std::vector
scepter914 51fc988
fix unused function
scepter914 aaa332b
add comment
scepter914 4e8b4bd
ci(pre-commit): autofix
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these values require more explanation. The description is ambiguous.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please write the commit where you fixed it?