|
trajopt
|
| Simple wrapper around pcl's openni interface, allowing you to query for a point cloud (rather than using a callback) | |
| Non-convex vector-valued constraint function, which knows how to calculate its convex approximation | |
| Stores convex inequality constraints and affine equality constraints | |
| Stores convex terms in a objective For non-quadratic terms like hinge(x) and abs(x), it needs to add auxilliary variables and linear constraints to the model Note: When this object is deleted, the constraints and variables it added to the model are removed | |
| Non-convex cost function, which knows how to calculate its convex approximation (convexify() method) | |
| Initialization info read from json | |
| Convex optimization problem | |
| Non-convex optimization problem | |
| Interface for objects that know how to plot themselves given solution vector x | |
| This object holds all the data that's read from the JSON document | |
| When cost or constraint element of JSON doc is read, one of these guys gets constructed to hold the parameters | |
1.8.3