SMACC2
Loading...
Searching...
No Matches
smacc2_client_library
moveit2z_client
include
moveit2z_client
client_behaviors
cb_move_cartesian_relative.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 <
moveit2z_client/cl_moveit2z.hpp
>
24
#include <
smacc2/smacc_asynchronous_client_behavior.hpp
>
25
26
namespace
cl_moveit2z
27
{
28
// Performs a relative motion from the current end effector pose
29
// keeping the same orientation and just moving an offset in the position
30
class
CbMoveCartesianRelative
:
public
smacc2::SmaccAsyncClientBehavior
31
{
32
public
:
33
geometry_msgs::msg::Vector3
offset_
;
34
35
std::optional<double>
scalingFactor_
;
36
37
std::optional<std::string>
group_
;
38
39
CbMoveCartesianRelative
();
40
41
CbMoveCartesianRelative
(geometry_msgs::msg::Vector3 offset);
42
43
virtual
void
onEntry
()
override
;
44
45
virtual
void
onExit
()
override
;
46
47
void
moveRelativeCartesian
(
48
moveit::planning_interface::MoveGroupInterface * movegroupClient,
49
geometry_msgs::msg::Vector3 & offset);
50
51
public
:
52
ClMoveit2z
*
moveGroupSmaccClient_
;
53
};
54
}
// namespace cl_moveit2z
cl_moveit2z.hpp
cl_moveit2z::CbMoveCartesianRelative
Definition
cb_move_cartesian_relative.hpp:31
cl_moveit2z::CbMoveCartesianRelative::onEntry
virtual void onEntry() override
Definition
cb_move_cartesian_relative.cpp:34
cl_moveit2z::CbMoveCartesianRelative::scalingFactor_
std::optional< double > scalingFactor_
Definition
cb_move_cartesian_relative.hpp:35
cl_moveit2z::CbMoveCartesianRelative::onExit
virtual void onExit() override
Definition
cb_move_cartesian_relative.cpp:50
cl_moveit2z::CbMoveCartesianRelative::CbMoveCartesianRelative
CbMoveCartesianRelative()
Definition
cb_move_cartesian_relative.cpp:27
cl_moveit2z::CbMoveCartesianRelative::group_
std::optional< std::string > group_
Definition
cb_move_cartesian_relative.hpp:37
cl_moveit2z::CbMoveCartesianRelative::moveGroupSmaccClient_
ClMoveit2z * moveGroupSmaccClient_
Definition
cb_move_cartesian_relative.hpp:52
cl_moveit2z::CbMoveCartesianRelative::offset_
geometry_msgs::msg::Vector3 offset_
Definition
cb_move_cartesian_relative.hpp:33
cl_moveit2z::CbMoveCartesianRelative::moveRelativeCartesian
void moveRelativeCartesian(moveit::planning_interface::MoveGroupInterface *movegroupClient, geometry_msgs::msg::Vector3 &offset)
Definition
cb_move_cartesian_relative.cpp:53
cl_moveit2z::ClMoveit2z
Definition
cl_moveit2z.hpp:79
smacc2::SmaccAsyncClientBehavior
Definition
smacc_asynchronous_client_behavior.hpp:56
cl_moveit2z
Definition
cl_moveit2z.hpp:35
smacc_asynchronous_client_behavior.hpp
Generated by
1.9.8