PaceControl.jl
PaceControl.jl is a Julia application package that provides specialized tools and algorithms for control theory applications, built on top of the PACE.jl package for algebraic computations in engineering.
Installation
To use the PaceControl.jl
package, install it using the repository's url:
using Pkg
Pkg.add(url="https://gitlab.inria.fr/pace/control/pacecontrol.jl.git")
Then load the package:
using PaceControl
Related Packages
- PACE.jl: Core algebraic computation framework
- PaceRobots.jl: Robotics applications package
License
This package is licensed under the MIT License.