SMACC
Loading...
Searching...
No Matches
cb_navigate_backwards.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
9#include <tf/transform_listener.h>
11
12namespace cl_move_base_z
13{
14 // It sends the mobile base some distance backwards
16 {
17 public:
18 boost::optional<float> backwardDistance;
19
20 // just a stub to show how to use parameterless constructor
21 boost::optional<float> backwardSpeed;
22
23 tf::TransformListener listener;
24
26
28
30
31 virtual void onEntry() override;
32
33 virtual void onExit() override;
34 };
35} // namespace cl_move_base_z
cl_move_base_z::odom_tracker::OdomTracker * odomTracker_
boost::optional< float > backwardDistance
This class track the required distance of the cord based on the external localization system.
Definition: odom_tracker.h:47