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

Hesai XT16 LiDAR #137

Open
deniwaki opened this issue Apr 10, 2024 · 2 comments
Open

Hesai XT16 LiDAR #137

deniwaki opened this issue Apr 10, 2024 · 2 comments

Comments

@deniwaki
Copy link

I want to use the XT16 in Nebula, Is there a good way to do it? 
Or any update plan for use XT16 near future?

@mojomex
Copy link
Collaborator

mojomex commented Apr 11, 2024

Thank you for your interest in Nebula! Sadly, we are currently not supporting XT16 and do not currently have a model to test with.
However, seeing as the datasheets of XT32 and XT16 are (as far as I can tell) identical except for the 32 vs. 16 channels, it should be fairly quick to work off of the existing XT32 code to add support.
This would involve:

  • Adding XT16 as a recognized model name in a few places (basically search and copy XT32)
  • Adding an XT16 sensor definition (copy XT32)
  • Perform testing (connect to the sensor, show pointcloud output)
  • If everything looks good, record /pandar_packets while XT16 is running for us to confirm it is working.
  • Add a unit test case based on the recorded packets

If you specifically want to use Nebula with XT16 and are willing to create a PR along those lines, we would be very happy to work with you on this.

@jemmmel
Copy link

jemmmel commented Jul 8, 2024

We are also using XT-16, I may look into this

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

No branches or pull requests

3 participants