26 #ifndef TESSERACT_URDF_CALIBRATION_H
27 #define TESSERACT_URDF_CALIBRATION_H
32 #include <string_view>
52 std::shared_ptr<tesseract_scene_graph::JointCalibration>
parseCalibration(
const tinyxml2::XMLElement* xml_element);
55 writeCalibration(
const std::shared_ptr<const tesseract_scene_graph::JointCalibration>& calibration,
56 tinyxml2::XMLDocument& doc);
60 #endif // TESSERACT_URDF_CALIBRATION_H