We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using this command 'rosrun kuka_controller server_V30032017.py' I receive this error.
The text was updated successfully, but these errors were encountered:
Hello, I have the exact same problem as yours. And somehow I solved it. Maybe this information can help you, or someone else who finds this issue.
I am using WSL2 Ubuntu 20.04, Mirrored mode networking. Here is the content of my .wslconfig:
.wslconfig
# Settings apply across all Linux distros running on WSL 2 [wsl2] networkingMode=mirrored ignoredPorts=1234
On Windows, manually set the IP address to 172.31.1.50 and the subnet mask to 255.255.0.0.
On Ubuntu, execute sudo ufw allow 1234
sudo ufw allow 1234
After these configurations, rosrun kuka server_V30032017.py usually works fine. But this problem still occurs occasionally, and I don't know why.
rosrun kuka server_V30032017.py
Sorry, something went wrong.
No branches or pull requests
I am using this command 'rosrun kuka_controller server_V30032017.py' I receive this error.
The text was updated successfully, but these errors were encountered: