-
Notifications
You must be signed in to change notification settings - Fork 667
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: add twist information for detected object on rviz #1014
feat: add twist information for detected object on rviz #1014
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1014 +/- ##
========================================
- Coverage 9.71% 9.71% -0.01%
========================================
Files 953 953
Lines 64011 64022 +11
Branches 11181 11181
========================================
Hits 6217 6217
- Misses 52631 52642 +11
Partials 5163 5163
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
bef6dfc
to
07831cd
Compare
uuid_vis_position.x = object.kinematics.initial_pose_with_covariance.pose.position.x; | ||
uuid_vis_position.y = object.kinematics.initial_pose_with_covariance.pose.position.y - 0.5; |
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.
@scepter914 Can you share the image taken from view point of a third person?
I think it's good from BEV, but from view point of a third person it would be out of alignment.
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.
It may be better to merge into one string and publish
Time has passed, so I will issue another PR. |
…d0804 fix(avoidance): fix a bug regarding the nearest search (autowarefoundation#5575)
Description
Add twist information for detected object on rviz.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.