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

integrating available components with ROS

asked 2013-01-27 22:13:50 -0500

mr_robotics gravatar image

Hi there,

I have different robot application components, all written in C++, separately working. I would like to use only the communication capabilities of ROS, i.e Messages, Services and networking multiple PCs, to integrate these components. Is there any tutorial for this? Could someone please give me some hints how to do this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-01-28 02:30:59 -0500

KruseT gravatar image

You can do the basic ROS tutorials for c++ first: http://ros.org/wiki/ROS/Tutorials

Then you can write ROS nodes which use you existing c++ libraries and provide the messaging interfaces. For networking on multiple PCs, look here: http://www.ros.org/wiki/ROS/Tutorials/MultipleMachines

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-27 22:13:50 -0500

Seen: 144 times

Last updated: Jan 28 '13