Fixing gtsam.utils import
parent
b3b69bfd21
commit
ddf0c83918
|
@ -18,7 +18,7 @@ import numpy as np
|
|||
import matplotlib.pyplot as plt
|
||||
|
||||
import gtsam
|
||||
from utils import plot
|
||||
from gtsam.utils import plot
|
||||
|
||||
|
||||
def vector3(x, y, z):
|
||||
|
|
|
@ -14,7 +14,7 @@ import matplotlib.pyplot as plt
|
|||
from mpl_toolkits.mplot3d import Axes3D
|
||||
|
||||
import gtsam
|
||||
from utils import plot
|
||||
from gtsam.utils import plot
|
||||
|
||||
|
||||
def vector6(x, y, z, a, b, c):
|
||||
|
|
Loading…
Reference in New Issue