Skip to content

fix: set is_bigendian to false in PointCloud2MsgSerializer#212

Merged
RyodoTanaka merged 1 commit into
Field-Robotics-Japan:masterfrom
akinami3:fix/pointcloud2-is-bigendian
May 5, 2026
Merged

fix: set is_bigendian to false in PointCloud2MsgSerializer#212
RyodoTanaka merged 1 commit into
Field-Robotics-Japan:masterfrom
akinami3:fix/pointcloud2-is-bigendian

Conversation

@akinami3
Copy link
Copy Markdown
Contributor

@akinami3 akinami3 commented May 5, 2026

Bug Report

File: Packages/UnitySensorsROS/Runtime/Scripts/Serializers/SensorMsgs/PointCloud2MsgSerializer.cs

Problem

In the following section, the point cloud is processed as little-endian:


However, in the section below, it is handled as big-endian with _msg.is_bigendian = true;:


Therefore, this inconsistency was fixed by changing it to _msg.is_bigendian = false;.

@RyodoTanaka RyodoTanaka self-requested a review May 5, 2026 05:57
Copy link
Copy Markdown
Member

@RyodoTanaka RyodoTanaka left a comment

Choose a reason for hiding this comment

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

LGTM

@RyodoTanaka RyodoTanaka merged commit aad2d22 into Field-Robotics-Japan:master May 5, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants