theseus
theseus copied to clipboard
Various minor improvements
- [ ] Pass
dtypetoScaleCostWeightwhen constructed fromfloat. - [x] Typo in
SE3. - [x] Add
betweenandadjointaliases to globalthscope. - [ ] Explicitly disallow non
Manifoldoptimization variables added toObjective. - [ ] Test old bug in
Variable.update(batch_ignore_mask=True)with Lie groups. - [ ] Consider adding
LieGroupTensorwrapper automatically (if needed) when callingTheseusLayer.forward(see). - [x] Rename
pytest.mark.cudaaspytest.mark.cudaext. - [ ] Make
LieGroup.dof()a static method. - [x] Expose
NonlinearOptimizerInfoatthlevel. - [ ] Change
info.best_iterinitialization to a non-ambiguous value (e.g,. -1, currently 0). - [x] Ensure consistency in the order of args in our cost functions (e.g., optim_vars, aux_vars, cost_weight).