poses.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2018-2022 Michael Ferguson
3  * Copyright (C) 2015 Fetch Robotics Inc.
4  * Copyright (C) 2013-2014 Unbounded Robotics Inc.
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  */
18 
19 // Author: Michael Ferguson
20 
21 #ifndef ROBOT_CALIBRATION_CAPTURE_POSES_FROM_BAG_H
22 #define ROBOT_CALIBRATION_CAPTURE_POSES_FROM_BAG_H
23 
24 #include <string>
25 #include <vector>
26 #include <robot_calibration_msgs/CaptureConfig.h>
27 
28 namespace robot_calibration
29 {
30 
34 bool getPosesFromBag(const std::string& pose_bag_name,
35  std::vector<robot_calibration_msgs::CaptureConfig>& poses);
36 
37 /*
38 bool getPosesFromYaml(const std::string& directory_name,
39  std::vector<robot_calibration_msgs::CaptureConfig>& poses);
40 */
41 
42 } // namespace robot_calibration
43 
44 #endif // ROBOT_CALIBRATION_CAPTURE_POSES_FROM_BAG_H
robot_calibration::getPosesFromBag
bool getPosesFromBag(const std::string &pose_bag_name, std::vector< robot_calibration_msgs::CaptureConfig > &poses)
Load a vector of calibration poses from a bagfile.
Definition: capture_poses.cpp:32
robot_calibration
Calibration code lives under this namespace.
Definition: base_calibration.h:28


robot_calibration
Author(s): Michael Ferguson
autogenerated on Fri Sep 1 2023 02:52:01