Skip to content

Comments

feat(lcs-factory) : add utility function to choose N closest contact pairs#43

Merged
Meow404 merged 4 commits intomainfrom
stephen/feat/contact-pair-preprocessing
Feb 23, 2026
Merged

feat(lcs-factory) : add utility function to choose N closest contact pairs#43
Meow404 merged 4 commits intomainfrom
stephen/feat/contact-pair-preprocessing

Conversation

@Meow404
Copy link
Collaborator

@Meow404 Meow404 commented Feb 21, 2026

fixes #32


This change is Reviewable

@github-actions
Copy link

github-actions bot commented Feb 21, 2026

LCOV of commit eaebc76 during C3 Coverage #86

Summary coverage rate:
  lines......: 92.7% (1641 of 1771 lines)
  functions..: 77.9% (134 of 172 functions)
  branches...: 52.3% (1259 of 2408 branches)

Files changed coverage rate:
                                            |Lines       |Functions  |Branches    
  Filename                                  |Rate     Num|Rate    Num|Rate     Num
  ================================================================================
  multibody/lcs_factory.cc                  | 4.8%    335|3725%    16|    -      0
  multibody/lcs_factory.h                   |33.3%      3|1200%     1|    -      0
  multibody/lcs_factory_options.h           | 6.7%     30| 800%     2|    -      0

@Meow404 Meow404 requested a review from ebianchi February 21, 2026 15:37
@Meow404 Meow404 self-assigned this Feb 23, 2026
ebianchi
ebianchi previously approved these changes Feb 23, 2026
Copy link
Contributor

@ebianchi ebianchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks good; I only had one minor comment. I also confirmed the new unit tests ran successfully.

Copy link
Contributor

@ebianchi ebianchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Meow404 Meow404 merged commit ee74002 into main Feb 23, 2026
3 checks passed
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.

Add Contact Pair Filtering to LCS Factory Method

2 participants