Move uneeded function out of graph_tools
Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: I11cee5ba22a42fc75c595c4d2b04ab2acead9557
diff --git a/y2023/control_loops/python/graph_paths.py b/y2023/control_loops/python/graph_paths.py
index da0ad4f..6d8f489 100644
--- a/y2023/control_loops/python/graph_paths.py
+++ b/y2023/control_loops/python/graph_paths.py
@@ -17,6 +17,12 @@
circular_index=-1)
cone_perch_pos = to_theta_with_circular_index(1.0, 2.0, circular_index=-1)
+points = []
+front_points = []
+back_points = []
+unnamed_segments = []
+named_segments = []
+
segments = [
ThetaSplineSegment(neutral, neutral_to_cone_1, neutral_to_cone_2, cone_pos,
"NeutralToCone"),