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

ISibboI's profile - activity

2017-08-01 09:39:39 -0500 received badge  Student (source)
2015-01-22 07:41:35 -0500 received badge  Famous Question (source)
2014-03-06 03:31:16 -0500 received badge  Famous Question (source)
2014-01-26 21:31:04 -0500 received badge  Notable Question (source)
2014-01-23 00:36:07 -0500 received badge  Popular Question (source)
2014-01-22 11:55:08 -0500 asked a question Setting ROS_IP using roscpp

We found out, that to make our network communication work, ROS_IP has to be set to the ip of the machine. Otherwise the network communication won't work.

How can we set this value from within C++ code?

2014-01-10 00:09:55 -0500 received badge  Notable Question (source)
2013-12-13 07:53:43 -0500 received badge  Scholar (source)
2013-12-13 07:53:41 -0500 received badge  Supporter (source)
2013-12-13 07:53:37 -0500 received badge  Popular Question (source)
2013-12-08 07:17:43 -0500 commented question How to list all topics/services that are known by the server with roscpp?

Thx. With roscpp I mean using a C++ function.

2013-12-08 06:23:30 -0500 asked a question How to list all topics/services that are known by the server with roscpp?

How can I list all topics or services that are currently known by the server with roscpp?