Class that represents the parameters for the Collision Avoidance constraint. More...
#include <constraint_params.h>
Public Member Functions | |
ConstraintParamsJLA (const ConstraintParams ¶ms, const LimiterParams &limiter_params=LimiterParams(), const std::string &id=std::string()) | |
ConstraintParamsJLA (const ConstraintParamsJLA &cpjla) | |
virtual | ~ConstraintParamsJLA () |
Public Member Functions inherited from ConstraintParamsBase | |
ConstraintParamsBase (const ConstraintParams ¶ms, const std::string &id=std::string()) | |
~ConstraintParamsBase () | |
Public Attributes | |
std::string | joint_ |
int32_t | joint_idx_ |
const LimiterParams & | limiter_params_ |
Public Attributes inherited from ConstraintParamsBase | |
const std::string | id_ |
const ConstraintParams | params_ |
Class that represents the parameters for the Collision Avoidance constraint.
Definition at line 76 of file constraint_params.h.
|
inline |
Definition at line 79 of file constraint_params.h.
|
inline |
Definition at line 87 of file constraint_params.h.
|
inlinevirtual |
Definition at line 94 of file constraint_params.h.
std::string ConstraintParamsJLA::joint_ |
Definition at line 97 of file constraint_params.h.
int32_t ConstraintParamsJLA::joint_idx_ |
Definition at line 98 of file constraint_params.h.
const LimiterParams& ConstraintParamsJLA::limiter_params_ |
Definition at line 99 of file constraint_params.h.