fixed warning
parent
980df95faa
commit
f7182eeaf6
|
@ -257,7 +257,7 @@ namespace gtsam {
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
gtsam::Vector unwhitenedError(const gtsam::Values& x) const {
|
gtsam::Vector unwhitenedError(const gtsam::Values& x) const {
|
||||||
|
|
||||||
bool debug = true;
|
// bool debug = true;
|
||||||
|
|
||||||
const T& p1 = x.at<T>(key1_);
|
const T& p1 = x.at<T>(key1_);
|
||||||
const T& p2 = x.at<T>(key2_);
|
const T& p2 = x.at<T>(key2_);
|
||||||
|
|
Loading…
Reference in New Issue