Fixing gtsam.utils import

release/4.3a0
Vikrant Shah 2019-01-21 13:29:46 -05:00
parent b3b69bfd21
commit ddf0c83918
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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):