[wpiutil,wpimath] Add generic InterpolatingTreeMap (#5372)

This commit is contained in:
Ryan Blue
2023-08-04 00:46:17 -04:00
committed by GitHub
parent d83a6edc20
commit 90e37a129f
10 changed files with 330 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
@SuppressWarnings("removal")
class InterpolatingTreeMapTest {
@Test
void testInterpolationDouble() {