Classes | |
class | TestFrobeniusFactorSO4 |
Variables | |
id = SO4() | |
Q1 = SO4.Expmap(v1) | |
Q2 = SO4.Expmap(v2) | |
v1 = np.array([0, 0, 0, 0.1, 0, 0]) | |
v2 = np.array([0, 0, 0, 0.01, 0.02, 0.03]) | |
GTSAM Copyright 2010-2019, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 All Rights Reserved See LICENSE for the license information FrobeniusFactor unit tests. Author: Frank Dellaert
test_FrobeniusFactor.id = SO4() |
Definition at line 18 of file test_FrobeniusFactor.py.
test_FrobeniusFactor.Q1 = SO4.Expmap(v1) |
Definition at line 20 of file test_FrobeniusFactor.py.
test_FrobeniusFactor.Q2 = SO4.Expmap(v2) |
Definition at line 22 of file test_FrobeniusFactor.py.
test_FrobeniusFactor.v1 = np.array([0, 0, 0, 0.1, 0, 0]) |
Definition at line 19 of file test_FrobeniusFactor.py.
test_FrobeniusFactor.v2 = np.array([0, 0, 0, 0.01, 0.02, 0.03]) |
Definition at line 21 of file test_FrobeniusFactor.py.