SMACC
Loading...
Searching...
No Matches
cb_undo_last_trajectory.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#pragma once
7
10
12{
14 {
15 public:
17
18 CbUndoLastTrajectory(int backIndex);
19
20 virtual ~CbUndoLastTrajectory();
21
22 virtual void onEntry() override;
23 private:
24 int backIndex_ = -1;
25
26 moveit_msgs::RobotTrajectory trajectory;
27 moveit_msgs::RobotTrajectory reversed;
28 };
29
30} // namespace cl_move_group_interface