-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add SE3.transform_from and SE3.transform_to (#80)
* add SE3 defintions * add initialization method * modify test_so3.check_SO3_to_quaternion to handle cases near pi * add SE3.hat and SE.vee * add SE3.adjoint * add SE3.adjoint, vee and hat * backup before switching to taoshaf.add_SE3 * add support for single x_y_z_quaternion * modify SO3 * Remove repeated if in SE3 construction * SE3.exp added but not tested * add SE3.log_map() * SE3.exp_map() and SE3.log_map() are tested * add SE3.compose() * simplify test_se3.py * modify test_se3.py * add SE3.transform_from and SE3.transform_to * add SE3.transform_from and SE3.transform_to * change err_msgs for SO3._rotate_shape_check and SE3._rotate_shape_check * change error message for SO3._rotate_shape_check and SE3._transform_shape_check * update err_msg for shape_check
- Loading branch information
Showing
3 changed files
with
120 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters