AVSLab / basilisk

Astrodynamics simulation framework
https://hanspeterschaub.info/basilisk
ISC License
148 stars 61 forks source link

simIncludeRW didn't allow specify certain RW friction parameters #816

Closed schaubh closed 2 months ago

schaubh commented 2 months ago

Description

When using simIncludeRW.py the user can specify custom fCoulomb, fStatic and cViscous values. However, if the RW templates also specify these the custom values were overwritten.

Verification

All tests pass. Expanded RW unit test to check if a custom friction value is set and retained.

Documentation

Updated release notes and known issues document.

Future work

None