Run a Remote API on Jetson Nano

Typically: "How do I... ", "How can I... " questions
Post Reply
carlosbezerra
Posts: 5
Joined: 16 Jul 2021, 19:28

Run a Remote API on Jetson Nano

Post 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?

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Run a Remote API on Jetson Nano

Post 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

Post Reply