vulp
vulp copied to clipboard
Observe base pose
Should BulletInterface also log the base state?
Pull Request Test Coverage Report for Build 9276088929
Details
- 27 of 27 (100.0%) changed or added relevant lines in 2 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage increased (+0.1%) to 89.569%
Totals | |
---|---|
Change from base Build 9269426067: | 0.1% |
Covered Lines: | 1975 |
Relevant Lines: | 2205 |
💛 - Coveralls
Absolutely :+1: Can you add a unit test for it?
It will be similar to ObserveImuOrientation
.
Sure — I guess it would also make sense to cover the contact observations from the simulator as well. Right?
Absolutely, and I completely forgot to do that when merging that feature :blush:
You don't need to worry about that part, though. I did it, so I test it: https://github.com/upkie/vulp/pull/99 (but if you are around feel free to review the PR :smiley:)
A similar PR for inspiration: https://github.com/upkie/vulp/pull/102