-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
WIP: RTX Lidar Support #802
Conversation
rep_annotator.attach(render_prod_path) | ||
# Debug draw | ||
# self.writer = rep.writers.get("RtxLidarDebugDrawPointCloudBuffer") | ||
# self.writer.attach(render_prod_path) |
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.
Disable debug draw when in --headless mode
@MoreTore, thanks for taking a stab at this. It looks like its pretty functional. I know this feature is of interest across the community. Are you looking for support from the Isaac Lab team to get it integrated? If so I will be a likely point person for this. There are a few ways we can help:
Feel free to reach out with questions or want to discuss. |
@jtigue-bdai If you guys want to take this over that would be good. I do not actually need rtx lidar sensors at this point. |
@MoreTore thanks for letting us know. We will pick this up and add it to our list. |
Hello, Thank you very much for contributing this PR. |
I looks like it's just the refresh rate of the pointcloud and the debug draw points are persisting between updates in the same transform as they were captured. |
Description
Added RTX lidar support for training and inference instances. This is a WIP but as its stands its working. Works in headless mode. Let me know if im on the right/wrong path.
Fixes #865
Type of change
Screenshots
Checklist
pre-commit
checks with./isaaclab.sh --format
config/extension.toml
fileCONTRIBUTORS.md
or my name already exists there