remove unused debug variables
parent
03977ba628
commit
77c2e37a4d
|
@ -46,8 +46,6 @@ public:
|
|||
boost::optional<Matrix&> H2 = boost::none,
|
||||
boost::optional<Matrix&> H3 = boost::none) const {
|
||||
|
||||
static const bool debug = false;
|
||||
|
||||
Matrix D_gkxi_gk, D_gkxi_exphxi;
|
||||
Pose3 gkxi = gk.compose(Pose3::Expmap(h_*xik), D_gkxi_gk, D_gkxi_exphxi);
|
||||
|
||||
|
@ -115,8 +113,6 @@ public:
|
|||
boost::optional<Matrix&> H2 = boost::none,
|
||||
boost::optional<Matrix&> H3 = boost::none) const {
|
||||
|
||||
static const bool debug = false;
|
||||
|
||||
Vector muk = Inertia_*xik;
|
||||
Vector muk_1 = Inertia_*xik_1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue