We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e949995 commit d8517e7Copy full SHA for d8517e7
ur_calibration/include/ur_calibration/calibration.hpp
@@ -44,6 +44,7 @@
44
#ifndef UR_CALIBRATION__CALIBRATION_HPP_
45
#define UR_CALIBRATION__CALIBRATION_HPP_
46
47
+#include <cassert>
48
#include <Eigen/Dense>
49
#include <fstream>
50
#include <string>
@@ -111,7 +112,7 @@ struct DHRobot
111
112
/*!
113
* \brief Create a new robot representation giving a set of \ref DHSegment objects
114
*/
- explicit DHRobot(const std::vector<DHSegment>& segments)
115
+ explicit DHRobot(const std::vector<DHSegment>& segments) : segments_(segments)
116
{
117
delta_theta_correction2_ = 0;
118
delta_theta_correction3_ = 0;
0 commit comments