include
tsid
trajectories
trajectories/trajectory-se3.hpp
Go to the documentation of this file.
1
//
2
// Copyright (c) 2017 CNRS
3
//
4
// This file is part of tsid
5
// tsid is free software: you can redistribute it
6
// and/or modify it under the terms of the GNU Lesser General Public
7
// License as published by the Free Software Foundation, either version
8
// 3 of the License, or (at your option) any later version.
9
// tsid is distributed in the hope that it will be
10
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
// General Lesser Public License for more details. You should have
13
// received a copy of the GNU Lesser General Public License along with
14
// tsid If not, see
15
// <http://www.gnu.org/licenses/>.
16
//
17
18
#ifndef __invdyn_trajectory_se3_hpp__
19
#define __invdyn_trajectory_se3_hpp__
20
21
#include <
tsid/trajectories/trajectory-base.hpp
>
22
23
#include <pinocchio/spatial/se3.hpp>
24
25
namespace
tsid
{
26
namespace
trajectories {
27
28
class
TrajectorySE3Constant
:
public
TrajectoryBase
{
29
public
:
30
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
31
32
typedef
pinocchio::SE3
SE3
;
33
34
TrajectorySE3Constant
(
const
std::string&
name
);
35
36
TrajectorySE3Constant
(
const
std::string&
name
,
const
SE3
& M);
37
38
unsigned
int
size
()
const override
;
39
40
void
setReference
(
const
SE3
& M);
41
42
const
TrajectorySample
&
operator()
(
double
time
)
override
;
43
44
const
TrajectorySample
&
computeNext
()
override
;
45
46
void
getLastSample
(
TrajectorySample
&
sample
)
const override
;
47
48
bool
has_trajectory_ended
()
const override
;
49
50
protected
:
51
SE3
m_M
;
52
};
53
54
}
// namespace trajectories
55
}
// namespace tsid
56
57
#endif // ifndef __invdyn_trajectory_se3_hpp__
tsid::trajectories::TrajectorySE3Constant::size
unsigned int size() const override
Definition:
src/trajectories/trajectory-se3.cpp:41
tsid::trajectories::TrajectorySE3Constant::has_trajectory_ended
bool has_trajectory_ended() const override
Definition:
src/trajectories/trajectory-se3.cpp:63
tsid::trajectories::TrajectorySample
Definition:
trajectories/trajectory-base.hpp:33
pinocchio::SE3
context::SE3 SE3
tsid::trajectories::TrajectorySE3Constant::SE3
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef pinocchio::SE3 SE3
Definition:
trajectories/trajectory-se3.hpp:32
tsid::trajectories::TrajectoryBase
Definition:
trajectories/trajectory-base.hpp:74
trajectory-base.hpp
setup.name
name
Definition:
setup.in.py:179
test_Tasks.sample
sample
Definition:
test_Tasks.py:47
demo_quadruped.time
time
Definition:
demo_quadruped.py:213
tsid::trajectories::TrajectorySE3Constant::computeNext
const TrajectorySample & computeNext() override
Definition:
src/trajectories/trajectory-se3.cpp:55
tsid
Definition:
bindings/python/constraint/constraint-bound.cpp:21
tsid::trajectories::TrajectorySE3Constant::m_M
SE3 m_M
Definition:
trajectories/trajectory-se3.hpp:51
tsid::trajectories::TrajectorySE3Constant::setReference
void setReference(const SE3 &M)
Definition:
src/trajectories/trajectory-se3.cpp:43
tsid::trajectories::TrajectoryBase::getLastSample
virtual const TrajectorySample & getLastSample() const
Definition:
trajectories/trajectory-base.hpp:88
tsid::trajectories::TrajectorySE3Constant::TrajectorySE3Constant
TrajectorySE3Constant(const std::string &name)
Definition:
src/trajectories/trajectory-se3.cpp:26
tsid::trajectories::TrajectorySE3Constant::operator()
const TrajectorySample & operator()(double time) override
Definition:
src/trajectories/trajectory-se3.cpp:51
tsid::trajectories::TrajectorySE3Constant
Definition:
trajectories/trajectory-se3.hpp:28
tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Sat May 3 2025 02:48:17