Hi,
I’m trying to play with Hello World example on AirSDK, and I would love to see logs of my running code. For example, I can see self.log.info("Hello world") in guidance/python/hello.py that is executed by the simulated drone.
self.log.info("Hello world")
How can I access to this log ?
Best, Clément
I answer to myself :
Logs can be accessed in FDR folder in http://10.202.0.1/, decoded with GitHub - Parrot-Developers/logger using tool logextract.py.
Then the logs are in ulog-merge.txt
Hello, the command: “sudo ulogcat -v long -C” show logs in terminal, it’s easy to use
Mel
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.