Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robust triangulation #1020

Merged
merged 10 commits into from
Jan 18, 2022
Prev Previous commit
Next Next commit
add missing type hint annotation import
  • Loading branch information
johnwlambert committed Jan 12, 2022
commit 0ff9110f3c967ebccd1a067db5d2a0954dd88437
2 changes: 1 addition & 1 deletion python/gtsam/tests/test_Triangulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Authors: Frank Dellaert & Fan Jiang (Python) & Sushmita Warrier & John Lambert
"""
import unittest
from typing import Iterable, Optional, Tuple, Union
from typing import Iterable, List, Optional, Tuple, Union

import numpy as np

Expand Down