SMACC
Loading...
Searching...
No Matches
cl_movegroup.cpp
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
9{
10
11ClMoveGroup::ClMoveGroup(std::string groupName)
12 : moveGroupClientInterface(groupName)
13{
14 ros::WallDuration(10.0).sleep();
15}
16
18{
19}
20
22{
23 ROS_INFO("[ClMoveGroup] Post Motion Success Event");
25}
26
28{
29 ROS_INFO("[ClMoveGroup] Post Motion Failure Event");
31}
32
33} // namespace cl_move_group_interface
std::function< void()> postEventMotionExecutionSucceded_
Definition: cl_movegroup.h:64
ClMoveGroup(std::string groupName)
std::function< void()> postEventMotionExecutionFailed_
Definition: cl_movegroup.h:65