You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the branch so that I could control the robot from a different wifi network than the one my computer is connected to, but I've only been getting the error:
Starting go-scout controller for Moorebot Scout
ROS endpoint: 192..168.1.224:11311
panic: Post "http://192.168.1.224:11311/RPC2": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
It works fine when they are on the same wifi network, but as soon as I try it on a different one, I get the error above. Any help on trouble shooting this would be great. Thanks!
The text was updated successfully, but these errors were encountered:
Thanks so much for getting back to this comment! I'm afraid I am still having trouble. You have a hosts file? Where would I find that? I tried running the command "IP_ADDRESS_of_ROBOT linaro-alip" however none of my terminals (Git_Bash, Linux subsystem, and the default command line) recognized it. The -l command line option seemed to help, but I got the error "panic: listen tcp IP_ADDRESS_of_ROBOT: bind: The requested address is not valid in its context."
Sorry, my suggestion was not a command you can type. 😉
If you are using a Linux operating system you should add a line in your file "/etc/hosts", and that line sould be like: ....... 192.168.1.57 linaro-alip .......
Where '192.168.1.57' is the actual IP address of your robot. You may find it in the app, on your router or in the commanda line you used to start 'go-scout'. (After the '-h' command option).
I downloaded the branch so that I could control the robot from a different wifi network than the one my computer is connected to, but I've only been getting the error:
Starting go-scout controller for Moorebot Scout
ROS endpoint: 192..168.1.224:11311
panic: Post "http://192.168.1.224:11311/RPC2": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
It works fine when they are on the same wifi network, but as soon as I try it on a different one, I get the error above. Any help on trouble shooting this would be great. Thanks!
The text was updated successfully, but these errors were encountered: