Loading [MathJax]/extensions/TeX/AMSsymbols.js
amino
1.0-beta2
Lightweight Robot Utility Library
Main Page
Download
Tutorial
Linear Algebra
Rotation
Transformation
Scene Graphs
Kinematics
Collision
Motion Planning
Documentation
Installation
Viewer GUI
Scene Compiler
Scene Files
FAQ
API
File List
File Members
All
a
o
Functions
a
o
Variables
Typedefs
a
Enumerations
Enumerator
a
Macros
a
Class List
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
x
y
z
~
Variables
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Typedefs
Lisp API
Amino Core
Amino RX
Amino CLPython
About
License
Acknowledgments
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
tf.hpp
Go to the documentation of this file.
1
/* -*- mode: C++; c-basic-offset: 4 -*- */
2
/* ex: set shiftwidth=4 tabstop=4 expandtab: */
3
/*
4
* Copyright (c) 2013, Georgia Tech Research Corporation
5
* Copyright (c) 2022, Colorado School of Mines
6
* All rights reserved.
7
*
8
* Author(s): Neil T. Dantam <ntd@gatech.edu>
9
* Georgia Tech Humanoid Robotics Lab
10
* Under Direction of Prof. Mike Stilman <mstilman@cc.gatech.edu>
11
*
12
*
13
* This file is provided under the following "BSD-style" License:
14
*
15
*
16
* Redistribution and use in source and binary forms, with or
17
* without modification, are permitted provided that the following
18
* conditions are met:
19
*
20
* * Redistributions of source code must retain the above copyright
21
* notice, this list of conditions and the following disclaimer.
22
*
23
* * Redistributions in binary form must reproduce the above
24
* copyright notice, this list of conditions and the following
25
* disclaimer in the documentation and/or other materials provided
26
* with the distribution.
27
*
28
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
29
* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
30
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
31
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
32
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
33
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
35
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
36
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
37
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
39
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
40
* POSSIBILITY OF SUCH DAMAGE.
41
*
42
*/
43
44
#ifndef AA_TF_HPP
45
#define AA_TF_HPP
46
54
#include "
tf.h
"
55
56
#endif
tf.h
Include this file for low-level operations for SE(3) orientations and transformations.