ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Muda's profile - activity

2018-06-28 07:30:40 -0500 received badge  Student (source)
2018-05-27 04:05:10 -0500 marked best answer Rospy and udp sockets

Hi,

I want to send data (x,y and yaw values) over UDP to a system that isn't running ROS (a myRIO or any other micro-controller) I am using a code written in in python (ROSpy) by someone in else that processess the data from the camera. What I have read online is that I can't send data over udp. Can I not create a socket like this?

If not, is it possible to change the code from python to c++ so that I can use UDP?

I'm sorry if the question seem stupid but this is my first experience with python and ROS.

2017-10-12 06:51:51 -0500 received badge  Famous Question (source)
2017-10-12 06:51:51 -0500 received badge  Popular Question (source)
2017-10-12 06:51:51 -0500 received badge  Notable Question (source)
2017-07-19 06:29:14 -0500 commented answer Publish message across UDP to a user defined port

Hi, I know this post is old but did you manage to get this working by any chance??? Thanks in advance!!!!!!!!!!!!

2017-07-19 06:21:57 -0500 commented question Rospy and udp sockets

I must of misunderstood the question. Thanks for clearing it up. I'm going to assume that sending the data obtained by

2017-07-19 06:10:48 -0500 commented question Rospy and udp sockets

This is from the ROS forums. I understand that they are normal codes, that is why I am confused. If I post a code woul

2017-07-19 03:54:00 -0500 asked a question Rospy and udp sockets

Rospy and udp sockets Hi, I want to send data (x,y and yaw values) over UDP to a system that isn't running ROS (a myRIO

2017-07-12 04:58:52 -0500 answered a question Is there anyone success with ROS Linux + LabVIEW RT?

Hey, I know this is an old post, but I ned to conenct ROS to myRIO wirelessly. Any chance you can share that code that