Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to prevent conflict between two NEXTAGE OPEN robots on the same network? #349

Open
Robotawi opened this issue Aug 18, 2017 · 1 comment

Comments

@Robotawi
Copy link

In our lab, there are two NEXTAGE OPEN robots connected to the same network. While experimenting with rtmros with ipython commands, I found the other robot responding to my commands. Both of them was ON at that moment. The problem is that the IP of both units is 192.168.128.10 and both of them is defined as nextage in the /etc/hosts file.

Please, let me know how to change the default IP of one of the robot to get rid of this conflict.

@k-okada
Copy link
Member

k-okada commented Aug 22, 2017

I think you can use two robot by running your robot within NAT network, if your network administrator permits.

     ---------------------------
    |                                |
eth0:192.168.1.0         eth0:192.168.1.1
eth1:192.168.120.0     eth1:192.168.120.1
   |                                  |
qnx:192.168.128.10    qnx:192.168.128.10

@Robotawi Robotawi reopened this Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants