Socket error using Rosparam (rospy)
Hi there,
I'm running two python scripts concurrently and using global rosparams as a simple way for them to share variables. They variously set and delete the parameters, or wait for them to be set or deleted. When running a simulation I'm repeatedly getting errors on lines like this:
while rap.has_param('/foo'):
...wherein the text returns a socket error saying it Cannot assign requested address. I'm not familiar with using sockets to make connections (hence using ROS to do it for me!) but this is really starting to frustrate me. Any help or tips would be HUGELY appreciated!
I'm using Groovy.