We have compiled driveworks samples to AGX successfully as explained in your youtube video and try to run egomotion sample.
But the sample_egomotion is not running and we get the following error message:
nvidia@tegra-ubuntu:~/drive-t186ref-linux/samples$ ./sample_egomotion
libEGL warning: DRI3: failed to query the version
libEGL warning: DRI2: failed to authenticate
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 154 ()
Minor opcode of failed request: 1
Serial number of failed request: 100
Current serial number in output stream: 100
Yes i did, i flashed with the latest DRIVE SW, the flashing ended successfully. i used the same cross compilation toolchain on the host according according to the Youtube video in your web site.
I tried to run the following using ssh (ssh nvidia@10.0.0.137 -X)
./sample_hello_world - run successfully
./sample_lane_detection
libEGL warning: DRI3: failed to query the version
libEGL warning: DRI2: failed to authenticate
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 154 ()
Minor opcode of failed request: 1
Serial number of failed request: 100
Current serial number in output stream: 100
./sample_egomotion
libEGL warning: DRI3: failed to query the version
libEGL warning: DRI2: failed to authenticate
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 154 ()
Minor opcode of failed request: 1
Serial number of failed request: 100
Current serial number in output stream: 100