1

Is it possible to connect to a Pepper robot via choregraphe/python scripts when Pepper is not at the same network as I am?

stefan.stt
  • 2,357
  • 5
  • 24
  • 47

1 Answers1

3

Yes, but it is a lot of trouble. Just get a dedicated wifi hotspot for your robot.

Say you are on network A and pepper is on network B. You will need a machine on network B which you can use as tunnel endpoint. https://www.revsys.com/writings/quicktips/ssh-tunnel.html

Anders_K
  • 982
  • 9
  • 28