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

pointcloud2 data and LaserScan data at the same time #269

Closed
7DoF opened this issue Nov 23, 2023 · 2 comments
Closed

pointcloud2 data and LaserScan data at the same time #269

7DoF opened this issue Nov 23, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@7DoF
Copy link

7DoF commented Nov 23, 2023

Hi, I'm using Ouster OS0-32 Rev-06 Lidar. I'd like to know if there is a possibility that we can output both pointcloud2 3d data and LaserScan data using pro_mask field.

Thanks and regards.

Platform (please complete the following information):

  • Ouster Sensor? OS-0
  • Ouster Firmware Version? v2.5.2
  • ROS version/distro? melodic
  • Operating System? Linux
  • Machine Architecture? arm64
  • git commit hash (if not the latest).
@7DoF 7DoF added the question Further information is requested label Nov 23, 2023
@Samahu Samahu self-assigned this Nov 23, 2023
@Samahu
Copy link
Contributor

Samahu commented Nov 23, 2023

@7DoF It is already possible to enable/disable both PointCloud2 and LaserScan using the proc_mask flag through launch file arguments which you could get a list of by following the instructions noted in this section: https://github.com/ouster-lidar/ouster-ros#launch-files-arguments and you can find the proc_mask is on of the arguments along with its use.

It is worth noting that the main branch for ROS1 has an issue in which the published LaserScan msg has some misalignment issue with the produced point cloud which will be addressed once PR #224 is reviewed and merged. Which seems great but I see that you are on ROS melodic which we have stopped supporting starting with version v0.10.0. You would need to upgrade to using noetic distro to take advantage of the pending fix.

@Samahu Samahu closed this as completed Nov 23, 2023
@7DoF
Copy link
Author

7DoF commented Nov 27, 2023

Hi, @Samahu , thank you for the clarification.

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

No branches or pull requests

2 participants