generated from tier4/ros2-project-template
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(velodyne_decoder): overflow handling in vls128 (#111)
* fix: overflow handling in vls128 The timestamps in the vls128 were still relative to the last pointcloud, which was producing some errors Additionally, when entire scans were dropped, the overflow was not being handled correctly (this bug was also present in the awf velodyne driver) Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed spelling Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: relative time was in seconds Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: timestamp handling and overflow order. error happen then the computed time is higher than the next measured one... Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * Update nebula_decoders/src/nebula_decoders_velodyne/decoders/vls128_decoder.cpp Co-authored-by: Benjamin Gilby <[email protected]> * Update nebula_decoders/src/nebula_decoders_velodyne/decoders/vls128_decoder.cpp Co-authored-by: Benjamin Gilby <[email protected]> --------- Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> Co-authored-by: Benjamin Gilby <[email protected]>
- Loading branch information
Showing
8 changed files
with
125 additions
and
71 deletions.
There are no files selected for viewing
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
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
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
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
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
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.