Add TODO
This commit is contained in:
@@ -70,6 +70,8 @@ from hccd import path_tracker, homotopy_generator
|
|||||||
|
|
||||||
def track_path(args):
|
def track_path(args):
|
||||||
H = np.array([[1, 1, 1]])
|
H = np.array([[1, 1, 1]])
|
||||||
|
|
||||||
|
# TODO: Make this work
|
||||||
homotopy = homotopy_generator.HomotopyGenerator(H)
|
homotopy = homotopy_generator.HomotopyGenerator(H)
|
||||||
|
|
||||||
tracker = path_tracker.PathTracker(homotopy, args.euler_step_size, args.euler_max_tries,
|
tracker = path_tracker.PathTracker(homotopy, args.euler_step_size, args.euler_max_tries,
|
||||||
|
|||||||
Reference in New Issue
Block a user