qr_scan_npu.sh 225 B

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