Skip to content

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented May 27, 2025

Fixes issue #1708 by resetting both seconds and nanoseconds in time_from_start.

Previously, only seconds were reset with set__sec(0), but nanoseconds remained unchanged, causing incorrect time resets.

This patch sets both sec and nanosec to zero explicitly.


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

@codecov
Copy link

codecov bot commented May 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.86%. Comparing base (080299a) to head (0defc6c).
Report is 1 commits behind head on jazzy.

Additional details and impacted files
@@           Coverage Diff           @@
##            jazzy    #1711   +/-   ##
=======================================
  Coverage   84.86%   84.86%           
=======================================
  Files         127      127           
  Lines       12146    12147    +1     
  Branches     1036     1036           
=======================================
+ Hits        10308    10309    +1     
  Misses       1499     1499           
  Partials      339      339           
Flag Coverage Δ
unittests 84.86% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...ory_controller/src/joint_trajectory_controller.cpp 85.65% <100.00%> (+0.01%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@christophfroehlich christophfroehlich merged commit 7df20f6 into jazzy May 27, 2025
14 checks passed
@christophfroehlich christophfroehlich deleted the mergify/bp/jazzy/pr-1709 branch May 27, 2025 10:08
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.

3 participants