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

ROS-436: define padding-free PointXYZI point type #438

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

Samahu
Copy link
Contributor

@Samahu Samahu commented Feb 18, 2025

Related Issues & PRs

Summary of Changes

  • Implemented a padding-free version of the pcl::PointXYZI dupped ouster_ros::PointXYZI

Validation

  1. pcl::PointXYZI
  • Run ouster_ros with xyzi point type
roslaunch ouster_ros driver.launch sensor_hostname:=<...> point_type:="xyzi"
  • Echo /ouster/points topic and observe that:
fields: "<array type: sensor_msgs/PointField, length: 4>"
point_step: 32
  1. ouster_ros::PointXYZI
  • Re-run ouster_ros with o_xyzi point type
roslaunch ouster_ros driver.launch sensor_hostname:=<...> point_type:="xyzi"
  • Echo /ouster/points topic and observe that:
fields: "<array type: sensor_msgs/PointField, length: 4>"
point_step: 16

@Samahu Samahu added the enhancement New feature or request label Feb 18, 2025
@Samahu Samahu self-assigned this Feb 18, 2025
@Samahu Samahu marked this pull request as ready for review February 19, 2025 16:41
@Samahu Samahu merged commit 80b37a0 into master Feb 19, 2025
3 checks passed
@Samahu Samahu deleted the ROS-436-define-padding-free-pointxyzi branch February 19, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant