tuftsBaxter / ROS-for-LabVIEW-Software

49 stars 23 forks source link

Error 403302 when publishing a topic on a myRIO to a remote master. #1

Open xkingkiller opened 9 years ago

xkingkiller commented 9 years ago

Hi,

I tried to run a master on a Ubuntu linux and publish a simple string topic from a myRIO, but the ROT_Topic_Repeat report a error "Flush Queue in ROS_Topic_Write_stop_continuous_Primitive.vi" which is caused by error code 403302. I can publish the string without the error if I run the vi on a desktop labview, or run the master with ROS_Mater_Main.vi on the myRIO. The error will happen 90%, while I did success in publishing the data to a Ubuntu subscriber.

safijari commented 8 years ago

Was this ever resolved?

I can't figure out how to have the myRIO run a ROS node over wifi. I can do things inside labview just fine but I need the myRIO to be independent.

alvishub commented 5 years ago

Was this ever resolved?

I can't figure out how to have the myRIO run a ROS node over wifi. I can do things inside labview just fine but I need the myRIO to be independent.

Hi, I have the same problem as you. I run roscore on a linux computer and want to use myrio work as an independent node. I have followed the instruction attached. But the myrio still cannot publish to subscribe any topic to rosmaster (linux computer). The error information is "Flush Queue in ROS_Topic_Write_Stop_Continuous_Primitive.vi->ROS_Topic_Repeat.vi->PublisherExample.vi".

Could you please help me with this? Really spend a lot of time on it. Really appreciate!! myRIO and roboRIO Help.pdf

sozgundemir commented 3 years ago

Hi, I have the same issue. Even though I followed the instructions given in the 'myRIO and roboRIO Help.pdf', it did not work.

Did anyone find a solution?