Skip to content

Commit

Permalink
[KalmanFilter]increase k1 k2
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoki-Hiraoka committed Oct 27, 2018
1 parent c7446c7 commit 9af862e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtc/KalmanFilter/KalmanFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ RTC::ReturnCode_t KalmanFilter::onInitialize()
}
rpy_kf.setParam(m_dt, 0.001, 0.003, 1000, std::string(m_profile.instance_name));
rpy_kf.setSensorR(m_sensorR);
ekf_filter.setParam(m_dt, 0.001, 0.003, 0.001, 400, 0.03, 3.0, std::string(m_profile.instance_name));
ekf_filter.setParam(m_dt, 0.001, 0.003, 0.001, 2000, 500, 3.0, std::string(m_profile.instance_name));
kf_algorithm = OpenHRP::KalmanFilterService::RPYKalmanFilter;
m_qCurrent.data.length(m_robot->numJoints());
acc_offset = hrp::Vector3::Zero();
Expand Down

0 comments on commit 9af862e

Please sign in to comment.