Page 1 of 1

Run a Remote API on Jetson Nano

Posted: 12 Sep 2021, 19:47
by carlosbezerra
Hello
I wonder if you gentlemen can help me.

I'm trying to use Jetson Nano as a remote GPU, through the Remote API (Python). I have Coppelia installed on a windows system, running perfectly. This would be my client. The server would be running on Jetson nano (Linux System) to harness the power of its GPU, because I'm using neural networks and reinforcement learning.

However apparently Coppelia does not work on systems based on ARM (Jetson) architecture, which apparently prevents the API from working.

Could you guys give me some help running the remote API on Jetson nano as a server?

Re: Run a Remote API on Jetson Nano

Posted: 13 Sep 2021, 07:43
by coppelia
Hello,

if I understand you correctly, you are wondering how to run a Python remote API client on Jetson Nano? In this case, I would strongly suggest that you use the ZeroMQ-based remote API which should be more trivial, and much more flexible to use than the legacy remote API.

Cheers