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

Reemco's profile - activity

2013-03-06 03:28:33 -0500 received badge  Famous Question (source)
2013-03-06 03:28:33 -0500 received badge  Notable Question (source)
2012-12-13 21:13:27 -0500 received badge  Famous Question (source)
2012-12-13 21:13:27 -0500 received badge  Popular Question (source)
2012-12-13 21:13:27 -0500 received badge  Notable Question (source)
2012-02-21 16:38:29 -0500 received badge  Popular Question (source)
2011-09-02 10:27:51 -0500 marked best answer libopencv2.3-dev is not updated

Thanks for the report. It should be resolved now if you run an 'apt-get update'

2011-08-16 23:06:55 -0500 asked a question libopencv2.3-dev is not updated

The libopencv2.3-dev version is not updated in the ubuntu repository. 2.3.1+svn6514+branch23-1~natty is needed for ros-electric-vision-opencv but 2.3.0+svn5720+trunk-5~natty is in the repository. Where does this need to be reported?

2011-03-25 13:25:23 -0500 marked best answer robot connection

The best place to start is the ROS tutorials: http://www.ros.org/wiki/ROS/Tutorials. You'll have to write a piece of code that reads/writes the socket, and publishes/subscribes to ROS topics.

2011-03-23 04:06:27 -0500 received badge  Supporter (source)
2011-03-23 03:51:13 -0500 asked a question robot connection

i've got a robot system for which a socket connection can be used to communicate. What is the best place to start with an example to construct the ros node?