SMACC
Loading...
Searching...
No Matches
cb_end_effector_rotate.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
8
10{
12 {
13 public:
14 CbEndEffectorRotate(double deltaRadians, std::string tipLink = "");
15 virtual ~CbEndEffectorRotate();
16
17 virtual void onEntry() override;
18 };
19
20} // namespace cl_move_group_interface