OpTaS  1.0.7
An optimization-based task specification library for trajectory optimization and model predictive control.
Namespaces | Functions
__init__.py File Reference

Namespaces

 optas
 

Functions

Union[cs.DM, cs.SX] optas.deg2rad (ArrayType x)
 Convert degrees to radians. More...
 
Union[cs.DM, cs.SX] optas.rad2deg (ArrayType x)
 Convert radians to degrees. More...
 
Union[cs.DM, cs.SX] optas.clip (ArrayType x, Union[float, ArrayType] lo, Union[float, ArrayType] hi)
 Clip (limit) the values in an array. More...