borglab / GTDynamics

Full kinodynamics constraints for arbitrary robot configurations with factor graphs.
BSD 2-Clause "Simplified" License
39 stars 10 forks source link

Python unit tests - super quick: 2 lines change #197

Closed gchenfc closed 3 years ago

gchenfc commented 3 years ago

Update LinkObjectives and JointObjectives unit tests with default arguments - these actually worked fine and I think I just forgot to make clean or something.

Added OptimizerSetting default constructor to gtdynamics.i, which is needed to pass python unit test test_four_bar.py. This is a slightly different constructor than just passing in sigma_dynamics=0.001, for some reason (see commit message for details).