SMACC
Loading...
Searching...
No Matches
cb_move_named_target.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
8
10{
12: namedTarget_(namedtarget)
13{
14}
15
17{
20}
21
23{
24}
25
26std::map<std::string, double> CbMoveNamedTarget::getNamedTargetValues()
27{
28 return movegroupClient_->moveGroupClientInterface.getNamedTargetValues(this->namedTarget_);
29}
30} // namespace cl_move_group_interface
std::map< std::string, double > getNamedTargetValues()
moveit::planning_interface::MoveGroupInterface moveGroupClientInterface
Definition: cl_movegroup.h:74
void requiresClient(SmaccClientType *&storage)