2 * Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
4 * NVIDIA Corporation and its licensors retain all intellectual property
5 * and proprietary rights in and to this software, related documentation
6 * and any modifications thereto. Any use, reproduction, disclosure or
7 * distribution of this software and related documentation without an express
8 * license agreement from NVIDIA Corporation is strictly prohibited.
11 @section selfcalibration_starting Starting the Self Calibration Application
13 Run this tool by executing:
15 cd /usr/local/driveworks/tools/calibration
16 ./selfcalibration --role <"server" or "client"> --ip <server IP> --port <port number> --tui-ip <IP address of TUI server> --tui-port <port number of TUI server> <rig-file>
18 The tool supports the following commands:
21 | ------------------------ | -------------------------------- |
22 | `d <Enter>` | dump/print current status in log |
23 | `c <Enter>` | save current rig to file |
24 | `q <Enter>` | quit |