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

apply concatenate node update #62

Conversation

YoshiRi
Copy link
Contributor

@YoshiRi YoshiRi commented Jul 17, 2023

Description

Apply https://github.com/autowarefoundation/autoware.universe/pull/3312/files changes to sample_sensor_kit_launcher

Related links

autowarefoundation/autoware.universe#3312

Tests performed

Notes for reviewers

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

@miursh
Copy link
Contributor

miursh commented Jul 25, 2023

@YoshiRi
Could you fix spell-check and CI errors?
image

image

@YoshiRi YoshiRi enabled auto-merge July 25, 2023 02:29
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
@YoshiRi
Copy link
Contributor Author

YoshiRi commented Jul 25, 2023

@miursh
I found unintended behavior, I will fix it at first.

YoshiRi and others added 2 commits July 25, 2023 16:00
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
@YoshiRi
Copy link
Contributor Author

YoshiRi commented Jul 25, 2023

fixed in b710878.

Comment on lines +93 to +95
"/sensing/lidar/top/outlier_filtered/pointcloud_synchronized",
"/sensing/lidar/left/outlier_filtered/pointcloud_synchronized",
"/sensing/lidar/right/outlier_filtered/pointcloud_synchronized",
Copy link
Contributor

Choose a reason for hiding this comment

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

/sensing/lidar/top/synchronized/pointcloud sounds better to me, like other nodes output

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If you want that, I need to update concatenate node file because its output topic names is created by adding "_synchronized" to the original message.

https://github.com/autowarefoundation/autoware.universe/pull/3312/files#diff-212becb09e27b26d36fa3eb6730c0100e20803559efd9e20e8901d2a57aceff0R64:~:text=%23define%20POSTFIX_NAME%20%22_synchronized%22

Copy link
Contributor

Choose a reason for hiding this comment

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

Ahh... I do want, but not urgent.
Defining like ~/synchronized/pointcloud in codes, and passing (or remapping) actual topic name from launcher is almost autoware coding manner.

@stale
Copy link

stale bot commented Sep 25, 2023

This pull request has been automatically marked as stale because it has not had recent activity.

@YoshiRi
Copy link
Contributor Author

YoshiRi commented Dec 15, 2023

This PR is renewed

@YoshiRi YoshiRi closed this Dec 15, 2023
auto-merge was automatically disabled December 15, 2023 15:43

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants