#!/usr/bin/env bash # Run the QR ROS node in the existing RKNNLite Python 3.9 environment. set -euo pipefail exec /home/ucar/venv3.9/bin/python \ /home/ucar/ucar_ws/src/qr_code_recognition/scripts/qr_scan_node.py \ "$@"