Change decode mode into replace.#176
Merged
jacobperron merged 1 commit intoros2:rollingfrom Aug 9, 2022
Merged
Conversation
Signed-off-by: Tomoya Fujita <[email protected]>
Contributor
Author
|
@iuhilnehc-ynos could you do review when you have time? |
Contributor
Author
Contributor
Author
|
@clalancette CI is unstable, are we having any problems on CI? |
|
I think @clalancette had already fixed it in this PR(ros2/ci#677). |
Contributor
Author
jacobperron
approved these changes
Aug 9, 2022
Member
jacobperron
left a comment
There was a problem hiding this comment.
I think this is reasonable. It makes the behavior more consistent between subscriptions in rclcpp and rclpy.
Contributor
Author
|
@Mergifyio backport humble galactic foxy |
mergify bot
pushed a commit
that referenced
this pull request
Aug 10, 2022
Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit 20df683)
mergify bot
pushed a commit
that referenced
this pull request
Aug 10, 2022
Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit 20df683)
mergify bot
pushed a commit
that referenced
this pull request
Aug 10, 2022
Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit 20df683)
Contributor
✅ Backports have been createdDetails
|
sloretz
added a commit
that referenced
this pull request
Aug 22, 2022
* Invert bounds check in order to permit floating point NaN values Signed-off-by: Øystein Sture <[email protected]> * Allow floating point numbers set to Inf to pass bounds check Signed-off-by: Øystein Sture <[email protected]> * Add float/double NaN/Inf tests Signed-off-by: Øystein Sture <[email protected]> * Increase precision of float32 bounds Signed-off-by: Øystein Sture <[email protected]> * Only perform float64 bounds check on non-compliant IEEE 754 systems Signed-off-by: Øystein Sture <[email protected]> * Disable bounds test for float64 on IEEE 754 compatible systems Signed-off-by: Øystein Sture <[email protected]> * Disable bounds test for float64 on IEEE 754 compatible systems Signed-off-by: Øystein Sture <[email protected]> * Resolve failing nan/inf test by comparing the same types Signed-off-by: Øystein Sture <[email protected]> * Change decode error mode to replace (#176) Signed-off-by: Tomoya Fujita <[email protected]> * Replace rosidl_cmake imports with rosidl_pycommon (#177) Signed-off-by: Jacob Perron <[email protected]> * Delete trailing whitespace Signed-off-by: Shane Loretz <[email protected]> * Split fail case array check tests into two Signed-off-by: Shane Loretz <[email protected]> Signed-off-by: Øystein Sture <[email protected]> Signed-off-by: Tomoya Fujita <[email protected]> Signed-off-by: Jacob Perron <[email protected]> Signed-off-by: Shane Loretz <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]> Co-authored-by: Jacob Perron <[email protected]> Co-authored-by: Shane Loretz <[email protected]>
clalancette
pushed a commit
that referenced
this pull request
Oct 18, 2022
Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit 20df683) Co-authored-by: Tomoya Fujita <[email protected]>
clalancette
pushed a commit
that referenced
this pull request
Oct 19, 2022
Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit 20df683) Co-authored-by: Tomoya Fujita <[email protected]>
clalancette
pushed a commit
that referenced
this pull request
Oct 19, 2022
Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit 20df683) Co-authored-by: Tomoya Fujita <[email protected]>
clalancette
pushed a commit
that referenced
this pull request
Nov 7, 2022
* Invert bounds check in order to permit floating point NaN values Signed-off-by: Øystein Sture <[email protected]> * Allow floating point numbers set to Inf to pass bounds check Signed-off-by: Øystein Sture <[email protected]> * Add float/double NaN/Inf tests Signed-off-by: Øystein Sture <[email protected]> * Increase precision of float32 bounds Signed-off-by: Øystein Sture <[email protected]> * Only perform float64 bounds check on non-compliant IEEE 754 systems Signed-off-by: Øystein Sture <[email protected]> * Disable bounds test for float64 on IEEE 754 compatible systems Signed-off-by: Øystein Sture <[email protected]> * Disable bounds test for float64 on IEEE 754 compatible systems Signed-off-by: Øystein Sture <[email protected]> * Resolve failing nan/inf test by comparing the same types Signed-off-by: Øystein Sture <[email protected]> * Change decode error mode to replace (#176) Signed-off-by: Tomoya Fujita <[email protected]> * Replace rosidl_cmake imports with rosidl_pycommon (#177) Signed-off-by: Jacob Perron <[email protected]> * Delete trailing whitespace Signed-off-by: Shane Loretz <[email protected]> * Split fail case array check tests into two Signed-off-by: Shane Loretz <[email protected]> Signed-off-by: Øystein Sture <[email protected]> Signed-off-by: Tomoya Fujita <[email protected]> Signed-off-by: Jacob Perron <[email protected]> Signed-off-by: Shane Loretz <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]> Co-authored-by: Jacob Perron <[email protected]> Co-authored-by: Shane Loretz <[email protected]>
clalancette
added a commit
that referenced
this pull request
Nov 8, 2022
* Allow NaN values to pass floating point bounds check. (#167) * Invert bounds check in order to permit floating point NaN values Signed-off-by: Øystein Sture <[email protected]> * Allow floating point numbers set to Inf to pass bounds check Signed-off-by: Øystein Sture <[email protected]> * Add float/double NaN/Inf tests Signed-off-by: Øystein Sture <[email protected]> * Increase precision of float32 bounds Signed-off-by: Øystein Sture <[email protected]> * Only perform float64 bounds check on non-compliant IEEE 754 systems Signed-off-by: Øystein Sture <[email protected]> * Disable bounds test for float64 on IEEE 754 compatible systems Signed-off-by: Øystein Sture <[email protected]> * Disable bounds test for float64 on IEEE 754 compatible systems Signed-off-by: Øystein Sture <[email protected]> * Resolve failing nan/inf test by comparing the same types Signed-off-by: Øystein Sture <[email protected]> * Change decode error mode to replace (#176) Signed-off-by: Tomoya Fujita <[email protected]> * Replace rosidl_cmake imports with rosidl_pycommon (#177) Signed-off-by: Jacob Perron <[email protected]> * Delete trailing whitespace Signed-off-by: Shane Loretz <[email protected]> * Split fail case array check tests into two Signed-off-by: Shane Loretz <[email protected]> Signed-off-by: Øystein Sture <[email protected]> Signed-off-by: Tomoya Fujita <[email protected]> Signed-off-by: Jacob Perron <[email protected]> Signed-off-by: Shane Loretz <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]> Co-authored-by: Jacob Perron <[email protected]> Co-authored-by: Shane Loretz <[email protected]> * 👨🌾 Fix NaN values bound numpy windows version (#182) * Replaced equal_nan for numpy<1.19 Signed-off-by: Crola1702 <[email protected]> * Remove stray numpy import (#185) NumPy was being imported in the template code (not the template output) for apparently no reason. This was causing problems when cross-compiling, where NumPy is only available for the target platform. Signed-off-by: Ben Wolsieffer <[email protected]> Signed-off-by: Øystein Sture <[email protected]> Signed-off-by: Tomoya Fujita <[email protected]> Signed-off-by: Jacob Perron <[email protected]> Signed-off-by: Shane Loretz <[email protected]> Signed-off-by: Crola1702 <[email protected]> Signed-off-by: Ben Wolsieffer <[email protected]> Co-authored-by: Øystein Sture <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]> Co-authored-by: Jacob Perron <[email protected]> Co-authored-by: Shane Loretz <[email protected]> Co-authored-by: Cristóbal Arroyo <[email protected]> Co-authored-by: Ben Wolsieffer <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
address ros2/rclpy#881
Signed-off-by: Tomoya Fujita [email protected]