SMACC
Loading...
Searching...
No Matches
smacc_client_library
move_base_z_client
move_base_z_client_plugin
include
move_base_z_client_plugin
client_behaviors
cb_rotate.h
Go to the documentation of this file.
1
/*****************************************************************************************************************
2
* ReelRobotix Inc. - Software License Agreement Copyright (c) 2018
3
* Authors: Pablo Inigo Blasco, Brett Aldrich
4
*
5
******************************************************************************************************************/
6
#pragma once
7
8
#include "
cb_move_base_client_behavior_base.h
"
9
#include <tf/transform_listener.h>
10
11
namespace
cl_move_base_z
12
{
13
class
CbRotate
:
public
CbMoveBaseClientBehaviorBase
14
{
15
public
:
16
tf::TransformListener
listener
;
17
18
boost::optional<float>
rotateDegree
;
19
20
CbRotate
();
21
22
CbRotate
(
float
rotate_degree);
23
24
virtual
void
onEntry
()
override
;
25
};
26
}
// namespace cl_move_base_z
cb_move_base_client_behavior_base.h
cl_move_base_z::CbMoveBaseClientBehaviorBase
Definition:
cb_move_base_client_behavior_base.h:18
cl_move_base_z::CbRotate
Definition:
cb_rotate.h:14
cl_move_base_z::CbRotate::CbRotate
CbRotate()
Definition:
cb_rotate.cpp:7
cl_move_base_z::CbRotate::listener
tf::TransformListener listener
Definition:
cb_rotate.h:16
cl_move_base_z::CbRotate::onEntry
virtual void onEntry() override
Definition:
cb_rotate.cpp:16
cl_move_base_z::CbRotate::rotateDegree
boost::optional< float > rotateDegree
Definition:
cb_rotate.h:18
cl_move_base_z
Definition:
backward_global_planner.h:14
Generated by
1.9.5