lie_groups icon indicating copy to clipboard operation
lie_groups copied to clipboard

Implementation-focused introduction to Lie groups for roboticists

Results 3 lie_groups issues
Sort by recently updated
recently updated
newest added

Added an index that can be used to list libraries and their types of transformations. I also fixed errors with Appendix B

Some notebooks are currently broken (e.g., `1.6-Estimation`) because it needs the manifold PID controller code from `1.4-PID-Control`. Chapter `1.5-Optimal-Control` originally got around this issue by puling out the relevant code...

@superjax I installed `cvxpy` (Python 3) and tried to run your notebook. I get the following error from `cvxpy` in the `LMPC_Manifold` class: ```bash IndexError: Too many indices for expression....