SMACC
Loading...
Searching...
No Matches
cb_attach_object.h
Go to the documentation of this file.
1/*****************************************************************************************************************
2 * ReelRobotix Inc. - Software License Agreement Copyright (c) 2018-2020
3 * Authors: Pablo Inigo Blasco, Brett Aldrich
4 *
5 ******************************************************************************************************************/
6
7#pragma once
8
9#include <smacc/smacc.h>
11
13{
15 {
16 public:
17 CbAttachObject(std::string targetObjectName);
18
20
21 virtual void onEntry() override;
22
23 virtual void onExit() override;
24
25 std::string targetObjectName_;
26
27 private:
28 };
29} // namespace cl_move_group_interface