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

Added documents for migration to URP/HDRP, and fixed the incorrect depth pixel values in Depth Camera #185

Closed
wants to merge 16 commits into from

Conversation

Bob-Eric
Copy link
Contributor

@Bob-Eric Bob-Eric commented Nov 17, 2024

  1. Rewrote the Depth Camera Shader by Shader Graph to better support URP/HDRP. And added documents for migration.
  2. The depth value of the depth camera means the perpendicular distance from the camera plane, not a straight line from the object to the camera lens. So it is corrected.
  3. Changed asmdef to exclude Editor scripts when building.
  4. Loaded the shader via a material reference and create the corresponding material. This means there is no longer need to add custom shaders to the Always Included Shaders when building.
  5. Merged branch beta/v2.x.x. It is now possible to encode colour images in RGB8, depth images in 32FC1 and 16UC1 formats.
  6. Added raycast layermask option for raycast-based lidar sensors.
  7. Fixed a bug in TF sensor.
  8. Updated to Unity 2023.2.

alexandrefch and others added 7 commits October 7, 2024 18:27
* Switch compressed image to raw image

* Remove 'compressed' from camera topic name in camera prefab
…cs-Japan#182)

* Update to test unity2020.3.x to 2022.3.x

* Delete unnecessary files

* Fix to delete unnecessary file copy
…pth camera support UPR/HDRP; load the shader via a material reference and create the corresponding material; rename the Color2Depth shader to DepthBufferLidar shader and use it for DepthBufferLidar; Change asmdef to exclude Editor scripts when packaging
@Bob-Eric Bob-Eric marked this pull request as ready for review November 17, 2024 12:49
… null references in RGBDCamera_ros prefab; adjusted texture format in RGBCameraSensor; updated ImageMsgSerializer to support raw texture data serialization .
…scripts; added GPU read error logging to DepthCameraSensor; updated RaycastCommand API in IUpdateRaycastCommandsJob; added UnitySensorsROS to Some sensor prefabs; added Raycast LayerMask in RaycastLiDARSensor.
…laces the PointUtilities class and updates the associated prefabs; remove redundant Usings
…chCount in Job to improve performance; added logging of GPU read errors; removed unsafe code in PointCloud2MsgSerializer.
…re data into a single array; disabled HUD display for ROS TCP Connector to avoid lag caused by frequent GC at high frame rates; removed redundant AlwaysIncludedShaders
…mera frame_id format; fixed TFMessageMsgSerializer multiple TransformStampedMsg references to the same HeaderMsg
@Bob-Eric Bob-Eric closed this Jan 2, 2025
@Bob-Eric Bob-Eric deleted the dev/fix_depth branch January 2, 2025 16:34
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.

3 participants