#include <cob_twist_controller_data_types.h>
Public Member Functions | |
TwistControllerParams () | |
Public Attributes | |
double | beta |
std::string | chain_base_link |
std::string | chain_tip_link |
std::vector< std::string > | collision_check_links |
ConstraintTypesCA | constraint_ca |
ConstraintTypesJLA | constraint_jla |
std::map< ConstraintTypes, ConstraintParams > | constraint_params |
std::string | controller_interface |
double | damping_factor |
DampingMethodTypes | damping_method |
uint8_t | dof |
double | eps_damping |
double | eps_truncation |
double | extension_ratio |
std::vector< std::string > | frame_names |
double | integrator_smoothing |
std::vector< std::string > | joints |
double | k_H |
KinematicExtensionTypes | kinematic_extension |
double | lambda_max |
LimiterParams | limiter_params |
LookatOffset | lookat_offset |
bool | numerical_filtering |
uint32_t | priority_main |
double | slope_damping |
SolverTypes | solver |
UJSSolverParams | ujs_solver_params |
double | w_threshold |
Definition at line 209 of file cob_twist_controller_data_types.h.
TwistControllerParams::TwistControllerParams | ( | ) | [inline] |
Definition at line 211 of file cob_twist_controller_data_types.h.
double TwistControllerParams::beta |
Definition at line 267 of file cob_twist_controller_data_types.h.
std::string TwistControllerParams::chain_base_link |
Definition at line 256 of file cob_twist_controller_data_types.h.
std::string TwistControllerParams::chain_tip_link |
Definition at line 257 of file cob_twist_controller_data_types.h.
std::vector<std::string> TwistControllerParams::collision_check_links |
Definition at line 291 of file cob_twist_controller_data_types.h.
Definition at line 276 of file cob_twist_controller_data_types.h.
Definition at line 277 of file cob_twist_controller_data_types.h.
Definition at line 278 of file cob_twist_controller_data_types.h.
std::string TwistControllerParams::controller_interface |
Definition at line 259 of file cob_twist_controller_data_types.h.
Definition at line 264 of file cob_twist_controller_data_types.h.
Definition at line 263 of file cob_twist_controller_data_types.h.
uint8_t TwistControllerParams::dof |
Definition at line 255 of file cob_twist_controller_data_types.h.
Definition at line 269 of file cob_twist_controller_data_types.h.
Definition at line 270 of file cob_twist_controller_data_types.h.
Definition at line 285 of file cob_twist_controller_data_types.h.
std::vector<std::string> TwistControllerParams::frame_names |
Definition at line 287 of file cob_twist_controller_data_types.h.
Definition at line 260 of file cob_twist_controller_data_types.h.
std::vector<std::string> TwistControllerParams::joints |
Definition at line 288 of file cob_twist_controller_data_types.h.
double TwistControllerParams::k_H |
Definition at line 274 of file cob_twist_controller_data_types.h.
Definition at line 283 of file cob_twist_controller_data_types.h.
Definition at line 265 of file cob_twist_controller_data_types.h.
Definition at line 281 of file cob_twist_controller_data_types.h.
Definition at line 284 of file cob_twist_controller_data_types.h.
Definition at line 262 of file cob_twist_controller_data_types.h.
uint32_t TwistControllerParams::priority_main |
Definition at line 273 of file cob_twist_controller_data_types.h.
Definition at line 268 of file cob_twist_controller_data_types.h.
Definition at line 272 of file cob_twist_controller_data_types.h.
Definition at line 280 of file cob_twist_controller_data_types.h.
Definition at line 266 of file cob_twist_controller_data_types.h.