Franky 0.12.0
A High-Level Motion API for Franka
|
#include <robot_state_estimator.hpp>
Public Member Functions | |
RobotStateEstimator (size_t dq_window_size, size_t ddq_window_size, double dq_alpha, double ddq_alpha) | |
RobotStateEstimator (const RobotStateEstimator &)=default | |
RobotState | update (const franka::RobotState &franka_robot_state, const Model &model) |
RobotState | operator() (const franka::RobotState &franka_robot_state, const Model &model) |
franky::RobotStateEstimator::RobotStateEstimator | ( | size_t | dq_window_size, |
size_t | ddq_window_size, | ||
double | dq_alpha, | ||
double | ddq_alpha | ||
) |
|
default |
|
inline |
RobotState franky::RobotStateEstimator::update | ( | const franka::RobotState & | franka_robot_state, |
const Model & | model | ||
) |