Skip to content

Commit

Permalink
fixup! odom_estimator: removed barometer support
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestv committed Jan 9, 2017
1 parent 2cf75a2 commit 68257dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odom_estimator/src/nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GaussianDistribution<State> init_state(sensor_msgs::Imu const &msg,
accel_body, last_mag);

Vec<State::RowsAtCompileTime> stdev =
(Vec<State::RowsAtCompileTime>(19) <<
(Vec<State::RowsAtCompileTime>(18) <<
100,100,100, 100,100,100, .05,.05,.05, 10,10,10, 1e-3,1e-3,1e-3, 1e-2,1e-2,1e-2).finished();
SqMat<State::RowsAtCompileTime> tmp =
stdev.asDiagonal();
Expand Down

0 comments on commit 68257dd

Please sign in to comment.