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

Fix MovingAverageStatistics::max_ Default Value (backport #201) #203

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Oct 29, 2024

Initializing MovingAverageStatistics::max_ to std::numeric_limits::lowest() instead of std::numeric_limits::min() to ensure correct behavior when dealing with all negative data.

Signed-off-by: Jeffery Hsu [email protected]


This is an automatic backport of pull request #201 done by Mergify.

Signed-off-by: Jeffery Hsu <[email protected]>
(cherry picked from commit 3457814)
@mergify mergify bot requested a review from a team as a code owner October 29, 2024 14:04
@mergify mergify bot requested review from emersonknapp and christophebedard and removed request for a team October 29, 2024 14:04
@christophebedard
Copy link
Member

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

@christophebedard
Copy link
Member

Pulls: #203
Gist: https://gist.githubusercontent.com/christophebedard/a784c745ae39e6db2e7e0bf7bcb65112/raw/5cc7c02858a061e36356a3a8d659cba73681f4dc/ros2.repos
BUILD args: --packages-above-and-dependencies libstatistics_collector
TEST args: --packages-above libstatistics_collector
ROS Distro: iron
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/14749

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

@christophebedard
Copy link
Member

Warnings on RHEL are unrelated.

@christophebedard christophebedard merged commit b1d2e97 into iron Oct 30, 2024
8 checks passed
@christophebedard christophebedard deleted the mergify/bp/iron/pr-201 branch October 30, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants