towr icon indicating copy to clipboard operation
towr copied to clipboard

A light-weight, Eigen-based C++ library for trajectory optimization for legged robots.

Results 26 towr issues
Sort by recently updated
recently updated
newest added

**WBD** I wanted to expand the optimizer to include whole-body dynamics, instead of only centroidal dynamics. The advantages are clear: the output is directly in joint torque which can be...

Thanks for your great code! I finished the motion plan using towr and tracked the motion with balance controller. But I want to track them using WBC controller, is the...

Hi Alex! Could you please clarify the comment below that you have left out in the source? https://github.com/ethz-adrl/towr/blob/f7387379d5c0a73289a9107e995b170951d8cd5a/towr/include/towr/constraints/total_duration_constraint.h#L46-L48 If the total time is a constraint and all phase durations (except...

Ubuntu 14.04 IPOPT v. 3.12.8 Both the IFOPT test passes as well as the ifopt_ipopt binary test (However, there is not Output to the tests) In addition, all of the...

Similar to https://github.com/ethz-adrl/ifopt/pull/90, this PR is applying the actual Google Style to all cpp files as mentioned in the CONTRIBUTING.md file. For reference I used the following clang-format arguments: ```...