Add redundant point removal on path creation

Associate *.path files with json
Speed up auto chooser updates
This commit is contained in:
nathanrsxtn
2022-02-27 22:59:32 -07:00
parent 9d5d58f032
commit 6aa1b0e63b
5 changed files with 102 additions and 97 deletions
@@ -20,7 +20,7 @@ public final class PathPlannerUtil {
private static final ObjectMapper objectMapper = new ObjectMapper();
static {
objectMapper.registerModule(new Jdk8Module());
objectMapper.setSerializationInclusion(Include.NON_EMPTY);
objectMapper.setSerializationInclusion(Include.ALWAYS);
}
public static Path read(File src) {