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) #202

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:03
@mergify mergify bot requested review from gbiggs and MichaelOrlov and removed request for a team October 29, 2024 14:03
@christophebedard
Copy link
Member

christophebedard commented Oct 29, 2024

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

@christophebedard
Copy link
Member

Argh I need to provides a .repos file since this isn't Rolling. I really should use the GitHub script.

@christophebedard
Copy link
Member

Pulls: #202
Gist: https://gist.githubusercontent.com/christophebedard/27eb64e9735c4fe4665fa11abe3b727b/raw/33bf59ad1da4106439f6b5c167989de3083da3d8/ros2.repos
BUILD args: --packages-above-and-dependencies libstatistics_collector
TEST args: --packages-above libstatistics_collector
ROS Distro: jazzy
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/14748

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

@christophebedard christophebedard merged commit 2a74bed into jazzy Oct 30, 2024
8 checks passed
@christophebedard christophebedard deleted the mergify/bp/jazzy/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