DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/tools/calibration/apps/selfcalibration/README-selfcalibration.md
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
3  *
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.
9  */
10 
11 @section selfcalibration_starting Starting the Self Calibration Application
12 
13 Run this tool by executing:
14 
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>
17 
18 The tool supports the following commands:
19 
20 | Command | Action |
21 | ------------------------ | -------------------------------- |
22 | `d <Enter>` | dump/print current status in log |
23 | `c <Enter>` | save current rig to file |
24 | `q <Enter>` | quit |