generated from tier4/ros2-project-template
-
Notifications
You must be signed in to change notification settings - Fork 54
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): vlp16 and vlp32 overflow handling (#113)
* fix: overflow handling in VLP16 and VLP32 * add definition and initialization of last_block_timestamp_ * Update nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp16_decoder.cpp Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> * Update nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp32_decoder.cpp Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> * Update nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp32_decoder.cpp Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> * add missing return statements to vlp16 and vls128 decoders * remove superfluous code --------- Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
- Loading branch information
Showing
5 changed files
with
89 additions
and
15 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