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

Improve LiDAR range modifications #376

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ MonoBehaviour:
- topic: lidar/pointcloud_ex
publish: 1
fieldsPreset: 2
fields: 01000000030000000c0000000b0000000a00000009000000080000000e000000
fields: 01000000030000000c0000000b000000090000000a000000080000000e000000
radarScanPublishers: []
--- !u!114 &9115279251508973176
MonoBehaviour:
Expand Down Expand Up @@ -302,7 +302,7 @@ MonoBehaviour:
00000000:
type: {class: HesaiAT128LidarConfiguration, ns: RGLUnityPlugin, asm: AWSIM}
data:
_laserArray:
laserArray:
centerOfMeasurementLinearOffsetMm: {x: -17.1, y: 24, z: 41.65}
focalDistanceMm: 0
lasers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ MonoBehaviour:
- topic: lidar/pointcloud_ex
publish: 1
fieldsPreset: 2
fields: 01000000030000000c0000000b0000000a00000009000000080000000e000000
fields: 01000000030000000c0000000b000000090000000a000000080000000e000000
radarScanPublishers: []
--- !u!114 &2398431948632788025
MonoBehaviour:
Expand Down Expand Up @@ -203,9 +203,9 @@ MonoBehaviour:
references:
version: 1
00000000:
type: {class: HesaiPandar128E4XLidarConfiguration, ns: RGLUnityPlugin, asm: AWSIM}
type: {class: LaserBasedRangeLidarConfiguration, ns: RGLUnityPlugin, asm: AWSIM}
data:
_laserArray:
laserArray:
centerOfMeasurementLinearOffsetMm: {x: 0, y: 88.33, z: 0}
focalDistanceMm: 0
lasers:
Expand Down Expand Up @@ -1118,7 +1118,6 @@ MonoBehaviour:
distanceNoiseStDevBase: 0.02
distanceNoiseStDevRisePerMeter: 0
distanceNoiseMean: 0
highResolutionModeEnabled: 0
--- !u!1 &8835314765314878244
GameObject:
m_ObjectHideFlags: 0
Expand Down
Loading
Loading