cmower / optas

OpTaS: An optimization-based task specification library for trajectory optimization and model predictive control.
https://cmower.github.io/optas/
Other
99 stars 14 forks source link

Deprecate spatialmath.py #113

Open cmower opened 1 year ago

cmower commented 1 year ago

Let's consider removing spatialmath.py and replace it's functionality by using spatial-casadi.

cmower commented 1 year ago

Some notes


class Jacobian:

    def linear(self):
        pass # returns linear part of jacobain

    def angular(self, type):
        pass # returns angular part of jacobian (given the type)

    def geometric(self):
        pass # returns geometric jacobian

    def analytic(self, seq):
        pass # returns analytic jacobian with given sequence for angular part