Python package containing adaptive controllers for use on robotic manipulators.
Given manipulator dynamics of the form:
A radial basis function neural network (RBFNN) controller can be used to approximate the dynamics of the manipulator. The radial basis function neural network controller is given by:
where
The control law is given by:
and the RBFNN weight update law is given by:
More details are provided in the paper TODO.
To install the package, clone the repository and install editable version via pip:
git clone <url>
cd manipulator-adaptive-control
pip install requirements.txtExamples of how to use the package can be found in the examples directory.
If you use this package, please cite it using the following:
TODO