Fixed warning
parent
3b5c6e8cef
commit
61d90bf4e5
|
@ -48,11 +48,10 @@ namespace gtsam {
|
|||
return leftCamPose_;
|
||||
}
|
||||
|
||||
const double baseline() const {
|
||||
double baseline() const {
|
||||
return K_->baseline();
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* project 3D point and compute optional derivatives
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue