- 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 |
||
|---|---|---|
| .. | ||
| advanced_motion | ||
| coordination | ||
| example_01_start_stop.py | ||
| example_02_send_cartesian.py | ||
| example_03_send_joint.py | ||
| example_04_external_axes.py | ||
| example_05_digital_io.py | ||
| example_06_logging_csv.py | ||
| example_07_graphing_live.py | ||
| example_08_safety_limits.py | ||
| example_09_trajectory_cartesian.py | ||
| example_10_shutdown_safe.py | ||
| README.md | ||
RSIPI Example Scripts
This folder contains example scripts demonstrating key features of the RSIPI library.
| Example | Description |
|---|---|
example_01_start_stop.py |
Start and stop RSI communication |
example_02_send_cartesian.py |
Move the robot TCP |
example_03_send_joint.py |
Move robot joints |
example_04_external_axes.py |
Move external axes |
example_05_digital_io.py |
Write digital outputs |
example_06_logging_csv.py |
Record robot data to CSV |
example_07_graphing_live.py |
Live plot robot movements |
example_08_safety_limits.py |
Apply and enforce motion limits |
example_09_trajectory_cartesian.py |
Execute simple Cartesian path |
example_10_shutdown_safe.py |
Safe shutdown with emergency handling |