Motion constraint on link. More...
#include <problem_description.hpp>
Public Member Functions | |
void | fromJson (const Value &v) |
void | hatch (TrajOptProb &prob) |
![]() | |
virtual void | fromJson (const Json::Value &v)=0 |
Public Attributes | |
int | first_step |
int | last_step |
KinBody::LinkPtr | link |
double | max_displacement |
![]() | |
string | name |
TermType | term_type |
Additional Inherited Members | |
![]() | |
typedef TermInfoPtr(* | MakerFunc )(void) |
Registers a user-defined TermInfo so you can use your own cost see function RegisterMakers.cpp. | |
![]() | |
static TermInfoPtr | fromName (const string &type) |
static void | RegisterMaker (const std::string &type, MakerFunc) |
Motion constraint on link.
Constrains the change in position of the link in each timestep to be less than max_displacement