k icon indicating copy to clipboard operation
k copied to clipboard

Add a function to find a node from the chain by link name

Open ssr-yuki opened this issue 3 years ago • 1 comments

I am not sure if the function name find_link is appropriate... Any comments are welcome.

Another candidate: find_by_link_name

ssr-yuki avatar Jun 15 '22 10:06 ssr-yuki

Codecov Report

Merging #92 (d1b0ec3) into main (98c09f2) will decrease coverage by 0.36%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
- Coverage   68.79%   68.43%   -0.37%     
==========================================
  Files          14       14              
  Lines        1564     1565       +1     
==========================================
- Hits         1076     1071       -5     
- Misses        488      494       +6     
Impacted Files Coverage Δ
src/chain.rs 59.70% <0.00%> (-1.48%) :arrow_down:
src/funcs.rs 87.50% <0.00%> (-0.50%) :arrow_down:
src/ik.rs 80.43% <0.00%> (ø)
src/urdf.rs 77.73% <0.00%> (+0.44%) :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 98c09f2...d1b0ec3. Read the comment docs.

codecov[bot] avatar Jun 15 '22 10:06 codecov[bot]