export.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_CALIBRATION_EXPORT_H
22 #define ROBOT_CALIBRATION_CALIBRATION_EXPORT_H
23 
24 #include <string>
26 
27 namespace robot_calibration
28 {
35 bool exportResults(Optimizer& optimizer, const std::string& initial_urdf,
36  const std::vector<robot_calibration_msgs::CalibrationData>& data);
37 
38 } // namespace robot_calibration
39 
40 #endif // ROBOT_CALIBRATION_CALIBRATION_EXPORT_H
robot_calibration
Calibration code lives under this namespace.
Definition: base_calibration.h:28
optimizer.h
robot_calibration::exportResults
bool exportResults(Optimizer &optimizer, const std::string &initial_urdf, const std::vector< robot_calibration_msgs::CalibrationData > &data)
Write the outputs of a calibration.
Definition: calibration_export.cpp:28


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