Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/optonaut/control-system-cpp
Lightweight header-only c++ toolkit for building real-time control systems
https://github.com/optonaut/control-system-cpp
Last synced: about 2 months ago
JSON representation
Lightweight header-only c++ toolkit for building real-time control systems
- Host: GitHub
- URL: https://github.com/optonaut/control-system-cpp
- Owner: optonaut
- License: mit
- Created: 2015-10-15T13:01:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T13:27:25.000Z (almost 9 years ago)
- Last Synced: 2024-04-18T07:17:04.438Z (8 months ago)
- Language: C++
- Size: 141 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# control-system-cpp
Toolkit for working with signal processing and linear, time-invariant controls in C++.
To build and run tests use:
```
git clone [email protected]:optonaut/control-system-cpp.git
cd control-system-cpp
./compile.sh
```