mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
Add redundant point removal on path creation
Associate *.path files with json Speed up auto chooser updates
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user