Can't read QR Code

81 views
Skip to first unread message

Septi Aleyda

unread,
Jun 7, 2020, 3:11:27 AM6/7/20
to 1st Kibo Robot Programming Challenge communication and QA forum
We use zxing to read the QR and also add it to library but still can't read the QR code. What's the problem?

Yusuf Pradityarahman yusufpradityarahman.2018

unread,
Jun 7, 2020, 6:58:23 AM6/7/20
to 1st Kibo Robot Programming Challenge communication and QA forum
Try to use another library

Septi Aleyda

unread,
Jun 8, 2020, 12:28:06 AM6/8/20
to 1st Kibo Robot Programming Challenge communication and QA forum
Thank you! We already tried that and wrote this code:

Bitmap snapshot = api.getBitmapNavCam(); String PX;
PX = snapshot.toString(); api.judgeSendDiscoveredQR(0, PX);

The simulator displays as if Astrobee scans the QR code but our score is still 0. Is there an error in our code or from the simulator?

Yusuf Pradityarahman yusufpradityarahman.2018

unread,
Jun 8, 2020, 7:44:07 AM6/8/20
to 1st Kibo Robot Programming Challenge communication and QA forum
Did you mean your score still "E"? Check in the log files (result.json) if the "result" is false then there is an error in your code..
Reply all
Reply to author
Forward
0 new messages