How to Enable Debug print

Please provide the following info:

Software Version
NVIDIA DRIVE™ Software 10.0 (Linux)

Target Operating System
Linux

Hardware Platform
NVIDIA DRIVE™ AGX Xavier DevKit (E3550)

SDK Manager Version
1.4.0.7363

Host Machine Version
native Ubuntu 18.04

Hello,

I am working on MapTrackerApp.cpp of Nvidia Drive OS-10.0 for Linux host system(Ubuntu 18.04.5 LTS).
Initially puts debug printf after build, and run executable sample_maptracker I’m not able to see my debug messages on console.
To understand the control flow of the MapTrackerApp algorithm, I want to know how to enable the debug print on console.

Thanks & Regards,
Soumya

Hi @soumya.basak3,

Please try with dwLogger_log() or std::cout. Thanks!

1 Like