-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simple LiDAR velocity distortion (#168)
* Add time offsets feature * fix copypaste error * move lasers offset from library to calculating * add velocity distortion first approach * add rotation to distortion * small fixes * back to laserArrayOffsets data * add data for velodyne 16 and 32 * add PandarQT data * add Pandar40 data * add placeholders for velodyne 128 and ouster * add velodyne vls-128 configuration * PR fixes v1 * fix minor bug * catch bug with units * update lidars prefabs * movetransform assigment on tick * fix bug with radians * move transforming do distord method * Delete usless member * Update RGL binary after rebase * Fix RGL velocity distortion v1 (#188) * Adjust plugin to fixed native RGL version * Calculate velocities in sensor-local coordinate frame * Fix offsets calculation * Add time offsets to Hesai AT128 * Update VLS128 time offsets * Update lidar prefabs * Update RGL binary * Disable velocity distortion by default * Add sample scene for tests --------- Co-authored-by: Mateusz Szczygielski <[email protected]> Co-authored-by: Mateusz Szczygielski <[email protected]>
- Loading branch information
1 parent
0b07449
commit 58e028c
Showing
18 changed files
with
2,138 additions
and
573 deletions.
There are no files selected for viewing
130 changes: 130 additions & 0 deletions
130
Assets/AWSIM/Prefabs/Sensors/RobotecGPULidars/HesaiAT128E2X.prefab
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.