-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: add new pointcloud format #122
Conversation
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]>
Could you fix the precommit errors? |
Signed-off-by: A. Sena Yılmaz <[email protected]>
Signed-off-by: A. Sena Yılmaz <[email protected]>
It works with autoware-universe/main LGTM 👍 |
RGLField.ELEVATION_F32, | ||
RGLField.AZIMUTH_F32, |
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.
Order of these 2 lines should be changed.
RGLField.TIME_STAMP_F64 | ||
}}, | ||
// PointXYZIRCEADT format used by Autoware | ||
{PointCloudFormat.PointXYZIRCEADT, new[] |
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.
PointXYZIRCEADT -> PointXYZIRCAEDT
{ | ||
Pcl24, | ||
Pcl48, | ||
PointXYZIRCEADT, |
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.
This too needs to be changed to PointXYZIRCAEDT
{ | ||
topic = "lidar/pointcloud_ex", | ||
publish = true, | ||
fieldsPreset = PointCloudFormat.PointXYZIRCEADT, |
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.
This needs to be changed to PointXYZIRCAEDT
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.
After all checkboxes are checked, anyone who has write access can merge the PR.