raimondas
(Raimondas Pomarnacki)
June 30, 2019, 11:05am
1
How to correctly test Service Client part of tutorial ? Using UAVCAN GUI Tool I am trying to use Response but I cannot find any tips to correctly use it.
periodic(1, uavcan.protocol.file.BeginFirmwareUpdate.Response( ????, ????))
How I must correctly define arguments to test example?
raimondas
(Raimondas Pomarnacki)
July 3, 2019, 8:44am
2
I have managed it with using file server. No need to answer.
1 Like
YGQ
(William Yang)
July 3, 2019, 9:32am
3
After receiving the update request, I get the file path, use the read file service, and wait to receive the file. I am currently in the process.