SMACC2
smacc2_sm_reference_library
sm_dance_bot_warehouse_3
include
sm_dance_bot_warehouse_3
states
st_navigate_to_waypoint_1_recovery.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 <
smacc2/smacc.hpp
>
24
25
namespace
sm_dance_bot_warehouse_3
26
{
27
using
cl_nav2zclient::CbPureSpinning;
28
29
// STATE DECLARATION
30
struct
StNavigateToWaypoint1Recovery
:
smacc2::SmaccState
<StNavigateToWaypoint1Recovery, MsDanceBotRunMode>
31
{
32
using
SmaccState::SmaccState;
33
34
// TRANSITION TABLE
35
typedef
mpl::list<
36
37
Transition<EvCbSuccess<CbRetry<CbNavigateForward>,
OrNavigation
>,
StNavigateToWaypointsX
,
SUCCESS
>
38
39
>
reactions
;
40
41
// STATE FUNCTIONS
42
static
void
staticConfigure
()
43
{
44
//configure_orthogonal<OrNavigation, CbPureSpinning>(2.0*M_PI, 1.0 /*rad_s*/);
45
// configure_orthogonal<OrNavigation, CbNavigateForward>(2.0);
46
configure_orthogonal<OrNavigation, CbRetry<CbNavigateForward>>();
47
48
configure_orthogonal<OrNavigation, CbResumeSlam>();
49
}
50
51
void
onExit
()
52
{
53
54
}
55
};
56
}
// namespace sm_dance_bot_warehouse_3
sm_dance_bot_warehouse_3::OrNavigation
Definition:
or_navigation.hpp:48
smacc2::SmaccState
Definition:
smacc_state_base.hpp:41
sm_dance_bot_warehouse_3
Definition:
cl_led.hpp:27
smacc.hpp
sm_dance_bot_warehouse_3::StNavigateToWaypoint1Recovery
Definition:
st_navigate_to_waypoint_1_recovery.hpp:31
sm_dance_bot_warehouse_3::StNavigateToWaypoint1Recovery::onExit
void onExit()
Definition:
st_navigate_to_waypoint_1_recovery.hpp:51
sm_dance_bot_warehouse_3::StNavigateToWaypoint1Recovery::staticConfigure
static void staticConfigure()
Definition:
st_navigate_to_waypoint_1_recovery.hpp:42
sm_dance_bot_warehouse_3::StNavigateToWaypoint1Recovery::reactions
mpl::list< Transition< EvCbSuccess< CbRetry< CbNavigateForward >, OrNavigation >, StNavigateToWaypointsX, SUCCESS > > reactions
Definition:
st_navigate_to_waypoint_1_recovery.hpp:39
sm_dance_bot_warehouse_3::StNavigateToWaypointsX
Definition:
st_navigate_to_waypoints_x.hpp:29
smacc2::default_transition_tags::SUCCESS
Definition:
smacc_types.hpp:72
Generated by
1.9.4