Replay Tool

The Data Replayer application allows you to visually inspect a recording by playing it back on a host computer. To start the application, run the following command:

Copy
Copied!
            

docker run -it --rm --gpus all --network=host -v <file_path>:<file_path>:ro \ nvcr.io/<your_staging_area>/apps_amr_data_recorder_data_replayer:isaac_2.0-k8 \ --param=replayer.pod_replayer/file/file_path=<file_path>

Where <file_path> is the path to the Pod file.

Note

Replace <your_staging_area> with your assigned NGC Registry staging area code.

Once the application is running, open a browser and navigate to the following address to access the user interface:

Copy
Copied!
            

http://localhost:3000

The Replay Control Panel allows you to control replay execution.

replay_control_panel.png

Play/Pause will play and pause the replay. +1s will move the replay forward by 1 second while -1s will move replay backwards by 1 second. Step will replay the next frame of data.

The slider displays the current time in the replay and can be used to freely seek through the recording while it is paused.

For more information on navigating the Sight UI, refer to Sight (Front End).

© Copyright 2018-2023, NVIDIA Corporation. Last updated on Sep 11, 2023.