joint-space position constraint More...
#include <problem_description.hpp>
Public Member Functions | |
void | fromJson (const Value &v) |
void | hatch (TrajOptProb &prob) |
Public Member Functions inherited from trajopt::TermInfo | |
virtual void | fromJson (const Json::Value &v)=0 |
Public Attributes | |
DblVec | vals |
joint values. list of length 1 automatically gets expanded to list of length n_dof | |
int | timestep |
which timestep. default = n_timesteps - 1 | |
Public Attributes inherited from trajopt::TermInfo | |
string | name |
TermType | term_type |
Additional Inherited Members | |
Public Types inherited from trajopt::TermInfo | |
typedef TermInfoPtr(* | MakerFunc )(void) |
Registers a user-defined TermInfo so you can use your own cost see function RegisterMakers.cpp. | |
Static Public Member Functions inherited from trajopt::TermInfo | |
static TermInfoPtr | fromName (const string &type) |
static void | RegisterMaker (const std::string &type, MakerFunc) |
joint-space position constraint