README.md
October 2, 2024 ยท View on GitHub
CLI Trajectory Recorder
- Run the following command to start the trajectory recorder:
as-traj-recorder - Input the record path
- Input task instruction
- Count down for 5 seconds, you can start operating after hearing a chime.
- Use
Ctrl+Shift+oto stop the recorder.
Trajectory Editor for Video Refining

- Run
as-traj-editor - Navigate to
File -> Opento open arecord.jsonfile
Troubleshoot
-
mss.exception.ScreenShotError: XGetImage() failedGnome using Wayland instead of Xorg as the default video output and Wayland doesn't support screenshot (https://github.com/python-pillow/Pillow/issues/6312). Change the Wayland to Xorg will solve this problem. Follow the following steps:
- Modifying /etc/gdm3/custom.conf to uncomment #WaylandEnable=false
- Ran sudo systemctl restart gdm3 to restart it so Ubuntu is using X instead of Wayland. https://github.com/python-pillow/Pillow/issues/5130
-
symbol lookup error: /snap/core20/current/lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATEVSCode environment issue. Use
unset GTK_PATHin VSCode integrated terminal (https://github.com/ros2/ros2/issues/1406).