RigidBodyDynamics.jl icon indicating copy to clipboard operation
RigidBodyDynamics.jl copied to clipboard

Add CatVector

Open tkoolen opened this issue 5 years ago • 1 comments

Will be needed for upcoming changes related to simultaneous simulation of multiple mechanisms (https://github.com/JuliaRobotics/RigidBodyDynamics.jl/issues/572, which might still take a while).

TODO:

  • [ ] basic documentation
  • [ ] adjust to incoming changes
  • [ ] benchmark operations needed for ODE integration

tkoolen avatar Dec 31 '19 19:12 tkoolen

Codecov Report

Merging #577 into master will decrease coverage by 0.18%. The diff coverage is 80.3%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #577      +/-   ##
========================================
- Coverage   89.19%    89%   -0.19%     
========================================
  Files          51     52       +1     
  Lines        3148   3212      +64     
========================================
+ Hits         2808   2859      +51     
- Misses        340    353      +13
Impacted Files Coverage Δ
src/custom_collections/custom_collections.jl 100% <ø> (ø) :arrow_up:
src/custom_collections/CatVector.jl 80.3% <80.3%> (ø)
src/custom_collections/SegmentedVector.jl 85.71% <0%> (-0.78%) :arrow_down:
src/contact.jl 76.62% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dba2fb4...a7d3567. Read the comment docs.

codecov-io avatar Dec 31 '19 20:12 codecov-io