define ROS_MASTER_URI with an ipv6 address
Hello!
I would like to know if there's a way to define ROS_MASTER_URI with an ipv6 address to use ros on multiple machines.
To be a bit more clear, I have two machines connected via ethernet, and which are able to ssh to one another with ipv6 addresses, using "ssh -6 < address >%eth0"
So, is there a similar way to make ros understand ipv6 adresses concerning ROS_MASTER_URI?
ps: I've already tried "http://< address >:11311" and "http://< address >%eth0:11311" which don't work and return "invalid master URI".