robotoc
robotoc copied to clipboard
Terminal constraints
Terminal constraints are often needed to ensure the stability of MPC. Therefore, it is nice if we can design the terminal constraints independently from the constraints on the other time stages. The following classes should be implemented:
- [ ]
TerminalConstraintComponentBase - [ ]
TerminalJointPositionLowerLimit - [ ]
TerminalJointPositionUpperLimit - [ ]
TerminalBasePositionLowerLimit - [ ]
TerminalBasePositionUpperLimit - [ ]
TerminalJointVelocityLowerLimit - [ ]
TerminalJointVelocityUpperLimit - [ ]
TerminalBaseVelocityLowerLimit - [ ]
TerminalBaseVelocityUpperLimit
Low priority