- Add rsi_config/RSIPI_Minimal.src: RSI test program with no $TECH dependency, mirroring KUKA's RSI_Ethernet example (issue #1) - Add docs/controller-setup.md: KRC4 install/network/troubleshooting guide cited against the KST RSI 3.3 V5 manual - Relicense AGPL-3.0 -> Apache-2.0 (LICENSE, badges, classifiers) - Add CITATION.cff, README How to Cite + Support sections, FUNDING.yml - Fix author metadata typos; contact email is now contact@otherworld.dev - Remove KUKA-proprietary TestServer.exe and stale egg-info from tracking; move internal planning docs out of the public tree
21 lines
525 B
YAML
21 lines
525 B
YAML
cff-version: 1.2.0
|
|
message: "If you use this software, please cite it as below."
|
|
type: software
|
|
title: "RSIPI: Robot Sensor Interface for Python"
|
|
authors:
|
|
- family-names: Morgan
|
|
given-names: Adam
|
|
email: contact@otherworld.dev
|
|
affiliation: Swansea University
|
|
version: 0.1.1
|
|
date-released: 2026-07-11
|
|
url: "https://github.com/otherworld-dev/rsi-pi"
|
|
repository-code: "https://github.com/otherworld-dev/rsi-pi"
|
|
license: Apache-2.0
|
|
keywords:
|
|
- KUKA
|
|
- robotics
|
|
- RSI
|
|
- real-time control
|
|
- industrial robots
|