Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Hardware tests

Standalone scripts to verify cameras and the UR5 are reachable. For full setup see ur5/docs/quickstart.md.

List cameras

python ur5/test/rs_list.py

Copy the serial numbers into camera_test.py (SERIAL_BASE, SERIAL_WRIST) or set them via env vars used by the recording scripts (RS_BASE, RS_WRIST).

Live camera preview

python ur5/test/camera_test.py
# 'q' to quit

Troubleshooting

  • Camera not found. Check the USB 3.0 connection and re-run rs_list.py.
  • Import errors. Activate the env and pip install pyrealsense2 ur-rtde numpy opencv-python.