Abstract: When fuzzing a proprietary file-processing program, one typically executes the whole program repeatedly with sampled input files, and distinguishes between normal and abnormal termination.
. ├── aimrl_sdk # AimRL Python SDK (pybind11 bindings; obs/command streaming & Python-side policy) ├── deploy # Motion control program based on ros2_control ├── dockerfile # Dockerfile for simulation ...