WrenchEstimator Class Reference
|
lbr_fri_ros2
|
lbr_fri_ros2::WrenchEstimator Class Reference
Public Member Functions | |
| WrenchEstimator (const std::string &robot_description, const WrenchEstimatorParameters ¶meters=WrenchEstimatorParameters()) | |
| void | compute () |
| void | reset () |
| void | get_f_ext (cart_array_t_ref f_ext) const |
| void | get_f_ext_tf (cart_array_t_ref f_ext) const |
| void | set_tau_ext (const_jnt_array_t_ref tau_ext) |
| void | set_q (const_jnt_array_t_ref q) |
| void | log_info () const |
Protected Attributes | |
| cart_array_t | f_ext_th_ |
| double | damping_ |
| jnt_array_t | q_ |
| std::unique_ptr< Kinematics > | kinematics_ptr_ |
| Eigen::Matrix< double, N_JNTS, CARTESIAN_DOF > | jacobian_inv_ |
| Eigen::Matrix< double, N_JNTS, 1 > | tau_ext_ |
| Eigen::Matrix< double, CARTESIAN_DOF, 1 > | f_ext_raw_ |
| Eigen::Matrix< double, CARTESIAN_DOF, 1 > | f_ext_ |
| Eigen::Matrix< double, CARTESIAN_DOF, 1 > | f_ext_tf_ |
The documentation for this class was generated from the following files:
- lbr_fri_ros2_stack/lbr_fri_ros2/include/lbr_fri_ros2/wrench_estimator.hpp
- lbr_fri_ros2_stack/lbr_fri_ros2/src/wrench_estimator.cpp
Generated by