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: add new pointcloud format #122

Merged

Conversation

Aysenayilmaz
Copy link
Collaborator

@Aysenayilmaz Aysenayilmaz commented Jul 23, 2024

Description

After updating the RobotecRGLLidar library, I've added the updated library and new script by cherry-picking from (@msz-rai) the PR (tier4#334) opened in the TierIV AWSIM repo.

I tried with Autoware main branch and there is no problem with localization.

Related links

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

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.

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.

Signed-off-by: A. Sena Yılmaz <[email protected]>
Signed-off-by: A. Sena Yılmaz <[email protected]>
Signed-off-by: A. Sena Yılmaz <[email protected]>
Signed-off-by: A. Sena Yılmaz <[email protected]>
Signed-off-by: A. Sena Yılmaz <[email protected]>
@Aysenayilmaz Aysenayilmaz requested a review from mozhoku July 23, 2024 12:46
@Aysenayilmaz Aysenayilmaz self-assigned this Jul 23, 2024
@mozhoku mozhoku added the type:new-feature New functionalities or additions, feature requests. label Jul 23, 2024
@xmfcx
Copy link

xmfcx commented Jul 23, 2024

Signed-off-by: A. Sena Yılmaz <[email protected]>
Signed-off-by: A. Sena Yılmaz <[email protected]>
ProjectSettings/ProjectSettings.asset Outdated Show resolved Hide resolved
@mozhoku
Copy link
Collaborator

mozhoku commented Jul 24, 2024

It works with autoware-universe/main

LGTM 👍

@mozhoku mozhoku merged commit 6920d96 into autowarefoundation:main Jul 24, 2024
6 of 7 checks passed
Comment on lines +71 to +72
RGLField.ELEVATION_F32,
RGLField.AZIMUTH_F32,
Copy link

Choose a reason for hiding this comment

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

Order of these 2 lines should be changed.

RGLField.TIME_STAMP_F64
}},
// PointXYZIRCEADT format used by Autoware
{PointCloudFormat.PointXYZIRCEADT, new[]
Copy link

Choose a reason for hiding this comment

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

PointXYZIRCEADT -> PointXYZIRCAEDT

{
Pcl24,
Pcl48,
PointXYZIRCEADT,
Copy link

Choose a reason for hiding this comment

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

This too needs to be changed to PointXYZIRCAEDT

{
topic = "lidar/pointcloud_ex",
publish = true,
fieldsPreset = PointCloudFormat.PointXYZIRCEADT,
Copy link

Choose a reason for hiding this comment

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

This needs to be changed to PointXYZIRCAEDT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:new-feature New functionalities or additions, feature requests.
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants