rsLQR
0.1
|
Data Fields | |
int | idx |
knot point index | |
int | level |
level in the tree | |
int | levelidx |
leaf index at the current level | |
UnitRange | left_inds |
range of knot point indices of all left children | |
UnitRange | right_inds |
range of knot point indices of all right children | |
BinaryNode * | parent |
parent node | |
BinaryNode * | left_child |
left child | |
BinaryNode * | right_child |
right child | |