SMACC2
Loading...
Searching...
No Matches
smacc2_client_library
move_group_interface_client
include
move_group_interface_client
client_behaviors
cb_move_named_target.hpp
Go to the documentation of this file.
1
// Copyright 2021 RobosoftAI Inc.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
/*****************************************************************************************************************
16
*
17
* Authors: Pablo Inigo Blasco, Brett Aldrich
18
*
19
*****************************************************************************************************************/
20
21
#pragma once
22
23
#include <map>
24
#include <string>
25
26
#include <
move_group_interface_client/cl_movegroup.hpp
>
27
#include <
smacc2/smacc_asynchronous_client_behavior.hpp
>
28
29
namespace
cl_move_group_interface
30
{
31
//named targets are configured in the urdf file
32
class
CbMoveNamedTarget
:
public
smacc2::SmaccAsyncClientBehavior
33
{
34
protected
:
35
ClMoveGroup
*
movegroupClient_
;
36
std::string
namedTarget_
;
37
38
public
:
39
CbMoveNamedTarget
(std::string namedtarget);
40
41
virtual
void
onEntry
()
override
;
42
43
virtual
void
onExit
()
override
;
44
45
std::map<std::string, double>
getNamedTargetValues
();
46
};
47
}
// namespace cl_move_group_interface
cl_movegroup.hpp
cl_move_group_interface::CbMoveNamedTarget
Definition:
cb_move_named_target.hpp:33
cl_move_group_interface::CbMoveNamedTarget::namedTarget_
std::string namedTarget_
Definition:
cb_move_named_target.hpp:36
cl_move_group_interface::CbMoveNamedTarget::movegroupClient_
ClMoveGroup * movegroupClient_
Definition:
cb_move_named_target.hpp:35
cl_move_group_interface::CbMoveNamedTarget::onEntry
virtual void onEntry() override
Definition:
cb_move_named_target.cpp:27
cl_move_group_interface::CbMoveNamedTarget::getNamedTargetValues
std::map< std::string, double > getNamedTargetValues()
Definition:
cb_move_named_target.cpp:35
cl_move_group_interface::CbMoveNamedTarget::onExit
virtual void onExit() override
Definition:
cb_move_named_target.cpp:33
cl_move_group_interface::ClMoveGroup
Definition:
cl_movegroup.hpp:79
smacc2::SmaccAsyncClientBehavior
Definition:
smacc_asynchronous_client_behavior.hpp:56
cl_move_group_interface
Definition:
cl_movegroup.hpp:35
smacc_asynchronous_client_behavior.hpp
Generated by
1.9.5