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

Jtc sum periods #1395

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Jtc sum periods #1395

wants to merge 2 commits into from

Conversation

fmauch
Copy link
Contributor

@fmauch fmauch commented Nov 27, 2024

Sample trajectory based on the sum of periods instead of the absolute time.

This is basically the second part of #1191. In the long run I want to be able to scale the period with a scaling factor in order to artificially slow down / speed up progression in the trajectory. This PR is there to separate the necessary time counting change from the scaling functionality to make things more contained and easier to review.

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.60%. Comparing base (9b344c7) to head (17adfc3).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1395      +/-   ##
==========================================
+ Coverage   83.58%   83.60%   +0.02%     
==========================================
  Files         122      122              
  Lines       10984    10988       +4     
  Branches      936      934       -2     
==========================================
+ Hits         9181     9187       +6     
  Misses       1490     1490              
+ Partials      313      311       -2     
Flag Coverage Δ
unittests 83.60% <100.00%> (+0.02%) ⬆️

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

Files with missing lines Coverage Δ
...jectory_controller/joint_trajectory_controller.hpp 100.00% <ø> (ø)
...ory_controller/src/joint_trajectory_controller.cpp 83.90% <100.00%> (+0.04%) ⬆️
...ectory_controller/test/test_trajectory_actions.cpp 97.77% <100.00%> (+0.02%) ⬆️

... and 3 files with indirect coverage changes

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.

1 participant