Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.10.0
DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
2.1.0
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
Issue Description
We have been testing the LiDAR replay functionality using the VLP-16 and VLP-16 HR sensors. While data recording appears to complete successfully, we encounter errors when attempting to replay the recorded data.
Data Recording Command:
./sample_lidar_replay --protocol=lidar.socket --params=device=VELO_VLP16,ip=192.168.2.201,scan-frequency=10,port=2368 --show-intensity=true --output-dir=/lidar_data
Replay Command:
./sample_lidar_replay --protocol=lidar.virtual --params=file=/usr/local/lidar_puck/1751899524244960.bin
Error String
[08-07-2025 12:41:37] Driveworks exception thrown: DW_INVALID_ARGUMENT: Demuxer: no matching demuxer for file type
terminate called after throwing an instance of 'std::runtime_error'
what(): [2025-07-08 12:41:37] DW Error DW_INVALID_ARGUMENT executing DW function:
dwSAL_createSensor(&m_lidarSensor, params, m_sal)
at samples/sensors/lidar/lidar_replay/main.cpp:149
Logs
root@6.0.10.0-0009-build-linux-sdk:/usr/local/driveworks/bin# ./sample_lidar_replay --protocol=lidar.virtual --params=file=/usr/local/lidar_puck/1751899524244960.bin
ProgramArguments: Missing argument 'dwTracePath' requested
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to create bus connection: Host is down
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to create bus connection: Host is down
Starting my sample application...
[08-07-2025 12:41:37] Platform: Detected Generic x86 Platform
[08-07-2025 12:41:37] Adding variable DW_Base:DW_Version
[08-07-2025 12:41:37] Added variable DW_Base:DW_Version
[08-07-2025 12:41:37] Platform: number of GPU devices detected 1
[08-07-2025 12:41:37] Platform: currently selected GPU device 0, Resource Data Dir: trt_08_06_12_04, Arch: ga1xx-discrete
[08-07-2025 12:41:37] Platform: currently selected GPU device discrete ID 0
[08-07-2025 12:41:37] Context::mountResourceCandidateDataPath resource FAILED to mount from './resources': VirtualFileSystem: Failed to mount './resources/resources.pak'
[08-07-2025 12:41:37] Context::mountResourceCandidateDataPath resource FAILED to mount from '/usr/local/driveworks-5.20/bin/data': VirtualFileSystem: Failed to mount '/usr/local/driveworks-5.20/bin/data/resources.pak'
[08-07-2025 12:41:37] Context::findDataRootInPathWalk data/DATA_ROOT found at: /usr/local/driveworks-5.20/bin/../data
[08-07-2025 12:41:37] Context::mountResourceCandidateDataPath resource FAILED to mount from '/usr/local/driveworks-5.20/bin/../data': VirtualFileSystem: Failed to mount '/usr/local/driveworks-5.20/bin/../data/resources.pak'
[08-07-2025 12:41:37] Context::findDataRootInPathWalk data/DATA_ROOT found at: /usr/local/driveworks-5.20/data
[08-07-2025 12:41:37] Context::mountResourceCandidateDataPath resource FAILED to mount from '/usr/local/driveworks-5.20/data': VirtualFileSystem: Failed to mount '/usr/local/driveworks-5.20/data/resources.pak'
[08-07-2025 12:41:37] Context::findResourcesPackageInPathWalk: Could not find ./resources/resources.pak in upto 7 parent directories from /usr/local/driveworks-5.20/bin/../lib/libdw_base.so.5.20
[08-07-2025 12:41:37] Context::findResourcesPackageInPathWalk: Could not find ./resources/resources.pak in upto 7 parent directories from /usr/local/driveworks-5.20/targets/x86_64-Linux/lib/libdw_base.so.5.20
[08-07-2025 12:41:37] SDK: No resources(.pak) mounted, some modules will not function properly
[08-07-2025 12:41:37] [08-07-2025 12:41:37] Initialize DriveWorks SDK v5.20.24
[08-07-2025 12:41:37] [08-07-2025 12:41:37] Release build with GNU 9.3.0 from buildbrain-branch-0-gb4c0b405b15
[08-07-2025 12:41:37] SensorFactory::loadPluginLibraryHelper:Succeed to load dynamic lib - /usr/local/driveworks-5.20/bin/../lib/libsensor_plugin_public_radar.so
[08-07-2025 12:41:37] SensorFactory::createSensor() -> lidar.virtual, file=/usr/local/lidar_puck/1751899524244960.bin
[08-07-2025 12:41:37] Found driver: lidar.virtual
[08-07-2025 12:41:37] Driveworks exception thrown: DW_INVALID_ARGUMENT: Demuxer: no matching demuxer for file type
terminate called after throwing an instance of 'std::runtime_error'
what(): [2025-07-08 12:41:37] DW Error DW_INVALID_ARGUMENT executing DW function:
dwSAL_createSensor(&m_lidarSensor, params, m_sal)
at samples/sensors/lidar/lidar_replay/main.cpp:149