controller_descriptions.h
Go to the documentation of this file.
1
/**
2
* This file is part of ArmarX.
3
*
4
* ArmarX is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 2 as
6
* published by the Free Software Foundation.
7
*
8
* ArmarX is distributed in the hope that it will be useful, but
9
* WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15
*
16
* @author Fabian Reister ( fabian dot reister at kit dot edu )
17
* @date 2022
18
* @copyright http://www.gnu.org/licenses/gpl-2.0.txt
19
* GNU General Public License
20
*/
21
22
#pragma once
23
24
#include <
armarx/control/client/ControllerDescription.h
>
25
#include <
armarx/navigation/common/controller_types.h
>
26
#include <
armarx/navigation/platform_controller/PlatformGlobalTrajectoryController.h
>
27
#include <
armarx/navigation/platform_controller/PlatformLocalTrajectoryController.h
>
28
#include <armarx/navigation/platform_controller/aron/PlatformGlobalTrajectoryControllerConfig.aron.generated.h>
29
#include <armarx/navigation/platform_controller/aron/PlatformLocalTrajectoryControllerConfig.aron.generated.h>
30
31
namespace
armarx::control::client
32
{
33
template
<>
34
struct
ControllerDescription
<
armarx
::
navigation::common::ControllerType::PlatformGlobalTrajectory
>
35
{
36
using
AronDTO
=
37
armarx::navigation::platform_controller::platform_global_trajectory::arondto::Config;
38
39
using
BO
=
armarx::navigation::platform_controller::platform_global_trajectory::Config
;
40
41
// constexpr static const char* name = armarx::navigation::common::ControllerTypeNames.to_name(armarx::navigation::common::ControllerType::PlatformTrajectory);
42
constexpr
static
const
char
* name =
43
armarx::navigation::common::PlatformGlobalTrajectoryControllerName
;
44
};
45
46
template
<>
47
struct
ControllerDescription
<
armarx
::
navigation::common::ControllerType::PlatformLocalTrajectory
>
48
{
49
using
AronDTO
=
50
armarx::navigation::platform_controller::platform_local_trajectory::arondto::Config;
51
52
using
BO
=
armarx::navigation::platform_controller::platform_local_trajectory::Config
;
53
54
// constexpr static const char* name = armarx::navigation::common::ControllerTypeNames.to_name(armarx::navigation::common::ControllerType::PlatformTrajectory);
55
constexpr
static
const
char
* name =
56
armarx::navigation::common::PlatformLocalTrajectoryControllerName
;
57
};
58
59
}
// namespace armarx::control::client
armarx::navigation::common::PlatformGlobalTrajectoryControllerName
constexpr const char * PlatformGlobalTrajectoryControllerName
Definition:
controller_types.h:14
armarx::navigation::platform_controller::platform_local_trajectory::Config
Definition:
PlatformLocalTrajectoryController.h:49
armarx::control::client::ControllerDescription< armarx::navigation::common::ControllerType::PlatformGlobalTrajectory >::AronDTO
armarx::navigation::platform_controller::platform_global_trajectory::arondto::Config AronDTO
Definition:
controller_descriptions.h:37
PlatformLocalTrajectoryController.h
armarx::control::client
This file is part of ArmarX.
Definition:
ComponentPlugin.cpp:20
armarx::navigation::common::ControllerType::PlatformGlobalTrajectory
@ PlatformGlobalTrajectory
armarx::navigation::common::PlatformLocalTrajectoryControllerName
constexpr const char * PlatformLocalTrajectoryControllerName
Definition:
controller_types.h:15
armarx::navigation::common::ControllerType::PlatformLocalTrajectory
@ PlatformLocalTrajectory
armarx::control::client::ControllerDescription
Definition:
ControllerDescription.h:103
armarx::navigation::platform_controller::platform_global_trajectory::Config
Definition:
PlatformGlobalTrajectoryController.h:50
armarx::control::client::ControllerDescription< armarx::navigation::common::ControllerType::PlatformLocalTrajectory >::AronDTO
armarx::navigation::platform_controller::platform_local_trajectory::arondto::Config AronDTO
Definition:
controller_descriptions.h:50
ControllerDescription.h
controller_types.h
PlatformGlobalTrajectoryController.h
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:28
armarx
navigation
platform_controller
controller_descriptions.h
Generated on Sat Oct 12 2024 09:14:14 for armarx_documentation by
1.8.17