SMACC
Loading...
Searching...
No Matches
cb_move_known_state.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 "cb_move_joints.h"
10#include <map>
11#include <string>
12
14{
16{
17public:
18 CbMoveKnownState(std::string pkg, std::string config_path);
19 virtual ~CbMoveKnownState();
20
21 private:
22 static std::map<std::string, double> loadJointStatesFromFile(std::string pkg, std::string filepath);
23};
24} // namespace cl_move_group_interface
static std::map< std::string, double > loadJointStatesFromFile(std::string pkg, std::string filepath)