Classes | |
| class | TestPose3 |
Functions | |
| def | numerical_derivative_2_poses (pose, other_pose, method, delta=1e-5, inputs=()) |
| def | numerical_derivative_pose (pose, method, delta=1e-5) |
| def | numerical_derivative_pose_point (pose, point, method, delta=1e-5) |
GTSAM Copyright 2010-2019, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 All Rights Reserved See LICENSE for the license information Pose3 unit tests. Author: Frank Dellaert, Duy Nguyen Ta
| def test_Pose3.numerical_derivative_2_poses | ( | pose, | |
| other_pose, | |||
| method, | |||
delta = 1e-5, |
|||
inputs = () |
|||
| ) |
Definition at line 35 of file test_Pose3.py.
| def test_Pose3.numerical_derivative_pose | ( | pose, | |
| method, | |||
delta = 1e-5 |
|||
| ) |
Definition at line 22 of file test_Pose3.py.
| def test_Pose3.numerical_derivative_pose_point | ( | pose, | |
| point, | |||
| method, | |||
delta = 1e-5 |
|||
| ) |
Definition at line 54 of file test_Pose3.py.