- 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+o
to stop the recorder.
- Run
as-traj-editor
- Navigate to
File -> Open
to open arecord.json
file
-
mss.exception.ScreenShotError: XGetImage() failed
Gnome using Wayland instead of Xorg as the default video output and Wayland doesn't support screenshot (python-pillow/Pillow#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. python-pillow/Pillow#5130
-
symbol lookup error: /snap/core20/current/lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE
VSCode environment issue. Use
unset GTK_PATH
in VSCode integrated terminal (ros2/ros2#1406).