1 # Copyright (c) 2020-2021, NVIDIA CORPORATION. All rights reserved.
3 @page virtual_can_file_updater CAN Recording Update Tool
5 The CAN Recording Update Tool upgrades CAN sensor recordings from the old 22 byte dwCanMessage structure to the new 78 byte dwCANMessage structure.<br>
6 The tool will create a new version of the specified file.
8 If seek files are present, then these are also updated.
10 @note SW Release Applicability: This tool is available in both <b>NVIDIA DriveWorks</b> and <b>NVIDIA DRIVE Software</b> releases.
17 ./sensor_can_file_updater --file=/path/to/file/to/be/updated
22 ####Existing file name
24 --file=/path/to/file/to/be/updated
30 --newVersion=newVersionNumber
32 If no new version number is specified, the the old version number is read from the
33 existing file and +1 added.
37 --newFile=/path/to/new/file
39 If no new file is specified, then the new files will be created with _v{newVersionNumber}.
43 --radarMode=[True,False]
45 Default value = `False`
47 Continental ARS430 CAN Radar files that have a 12 byte, non CAN entry before the CAN entries of the Radar event.<br>
48 The contents are a 4 byte unsigned int `size` indicating how many bytes are in the CAN radar event, and an 8 byte time stamp.<br>
49 The `size` value is updated to reflect the new `dwCANMessage` size.
51 `True` Use Radar CAN Mode
53 `False` Don't use Radar CAN Mode