amino
1.0-beta2
Lightweight Robot Utility Library
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.