Skip to content
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(yabloc_image_processing): componentize yabloc_image_processing nodes #7196

Conversation

KYabuuchi
Copy link
Contributor

@KYabuuchi KYabuuchi commented May 31, 2024

Description

yabloc_image_processing has 6 executable nodes.

  • graph_segment
  • lanelet2_overlay
  • line_segment_detector
  • line_segments_overlay
  • segment_filter
  • undistort

I made the following changes to them

  • Replaced executable node with component.
  • Changed log output from "screen" to "both".

Tests performed

1. Confirmed that yabloc works as conventional in logging_simulator

ros2 launch autoware_launch logging_simulator.launch.xml \
    map_path:=$HOME/Maps/nishishinjuku \
    vehicle_model:=sample_vehicle \
    sensor_model:=awsim_sensor_kit \
    pose_source:=yabloc

2. Confirmed that terminating the nodes process will output logs to both the terminal and the launch.log.

( The glog is printed only when using rclcpp_component customized by tier4. )

Effects on system behavior

The system behavior does not change.

Interface changes

The interface does not change.

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

KYabuuchi and others added 6 commits May 31, 2024 17:34
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
…uchi/autoware.universe into feat/glog_yabloc_image_processsing
@KYabuuchi KYabuuchi marked this pull request as ready for review May 31, 2024 09:21
@KYabuuchi KYabuuchi added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label May 31, 2024
@github-actions github-actions bot added the component:localization Vehicle's position determination in its environment. (auto-assigned) label May 31, 2024
Copy link
Contributor

@SakodaShintaro SakodaShintaro left a comment

Choose a reason for hiding this comment

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

I have confirmed logging_simulator works well.

Looks Good To Me

@KYabuuchi KYabuuchi merged commit 5935138 into autowarefoundation:main Jun 6, 2024
23 of 25 checks passed
@KYabuuchi KYabuuchi deleted the feat/glog_yabloc_image_processsing branch June 6, 2024 01:06
danielsanchezaran pushed a commit that referenced this pull request Jun 6, 2024
…odes (#7196)

* replace executable with component

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* modify launch

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* fix line_segments_overlay namespace & node_name

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* style(pre-commit): autofix

* uncomment lanelet2_overlay

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

---------

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Jun 6, 2024
…odes (autowarefoundation#7196)

* replace executable with component

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* modify launch

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* fix line_segments_overlay namespace & node_name

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* style(pre-commit): autofix

* uncomment lanelet2_overlay

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

---------

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Jun 7, 2024
…odes (autowarefoundation#7196)

* replace executable with component

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* modify launch

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* fix line_segments_overlay namespace & node_name

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* style(pre-commit): autofix

* uncomment lanelet2_overlay

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

---------

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
…odes (#7196)

* replace executable with component

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* modify launch

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* fix line_segments_overlay namespace & node_name

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

* style(pre-commit): autofix

* uncomment lanelet2_overlay

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>

---------

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants