-
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: 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)
…#1014) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…towarefoundation#980) * feat: use obstacle_cruise_planner and change safe_distance_margin Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: set max_vel to 40km/h Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: enable surround_obstacle_checker Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: enable surround_obstacle_checker Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: enable dynamic_avoidance and disable outside_drivable_area_stop Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: disable AEB and set the maximum velocity to 40km/h Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * enable intersection_occlusion detection Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * add parameters for obstacle_cruise_planner * add parameters for pointcloud filtering * chore(planning_launch): update motion module name (autowarefoundation#1014) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * move use_pointcloud to common parameter * disable using pointcloud by default * disable AEB diag check Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * remove use_pointcloud parameter * feat(diagnostic_graph_utils): launch logging node for diagnostic_graph Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * reset to autowarefoundation:main --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: tier4-autoware-public-bot[bot] <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Co-authored-by: Mamoru Sobue <hilo.soblin@gmail.com> Co-authored-by: badai nguyen <94814556+badai-nguyen@users.noreply.github.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: Daniel Sanchez <danielsanchezaran@gmail.com> Co-authored-by: danielsanchezaran <daniel.sanchez@tier4.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
…oundation#1085) * feat: use obstacle_cruise_planner and change safe_distance_margin Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: set max_vel to 40km/h Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: enable surround_obstacle_checker Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: enable surround_obstacle_checker Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: enable dynamic_avoidance and disable outside_drivable_area_stop Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: disable AEB and set the maximum velocity to 40km/h Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * enable intersection_occlusion detection Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * chore(planning_launch): update motion module name (autowarefoundation#1014) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * disable AEB diag check Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * feat(diagnostic_graph_utils): launch logging node for diagnostic_graph Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * feat(api): set launch_deprecated_api true (autowarefoundation#496) feat(api): launch_deprecated_api=true Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix(api): disable rosbridge to fix duplicated node (autowarefoundation#497) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * feat(crosswalk): more conservative when the ego pass first Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: tier4-autoware-public-bot[bot] <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Co-authored-by: Mamoru Sobue <hilo.soblin@gmail.com> Co-authored-by: badai nguyen <94814556+badai-nguyen@users.noreply.github.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: Daniel Sanchez <danielsanchezaran@gmail.com> Co-authored-by: danielsanchezaran <daniel.sanchez@tier4.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
…#1014) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
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.