Hi!
I am performing a client service call to a service server with default timeout settings.
When I look in gui tool I see that the call and response looks normal, no long delay in between. However, I get a timeout on the client side (looking in uavcan::ServiceCallResult& result.getStatus() when callback is fired).
I am performing other client calls to the same server with good results (no timeout), but those responses are smaller in size.
I am using the performBlockingServiceCall() method described in tutorials to perform the calls.
Am I missing something?
Kind regards
EDIT: The other call I am doing is GetNodeInfo
Setup: Client app — Beaglebone (Debian) — LAWICEL dongle (slcan) — PC running Ubuntu as VM — Server app
The GUI is running in Ubuntu on PC