This are data feeders for VSS based systems. The feeders here work with KUKSA.val
Name | Description |
---|---|
GPS feeder | GPS data source for KUKSA.val Server and KUKSA.val Databroker |
DBC feeder | DBC feeder for for KUKSA.val Server and KUKSA.val Databroker |
SOME/IP feeder | SOME/IP feeder for KUKSA.val Databroker |
DDS Provider | DDS provider for KUKSA.val Databroker |
Replay | KUKSA.val Server replay script for previously recorded files, created by providing KUKSA.val Server with --record argument |
CSV provider | Script to replay VSS signals to kuksa.val databroker as defined in a CSV-file |
This repository is set up to use pre-commit hooks.
Use pip install pre-commit
to install pre-commit.
After you clone the project, run pre-commit install
to install pre-commit into your git hooks.
Pre-commit will now run on every commit.
Every time you clone a project using pre-commit running pre-commit install should always be the first thing you do.