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

sagan61's profile - activity

2015-11-26 03:03:54 -0500 received badge  Popular Question (source)
2015-11-26 03:03:54 -0500 received badge  Notable Question (source)
2014-04-03 05:01:55 -0500 commented answer Process has died

Ohhh you nailed it!!! thanks!

2013-03-18 00:00:13 -0500 asked a question rtt_ros_integration problems

hello

i was trying to run the example application provided but it seems it is a little bit confusing. first of all on the description in the wiki, it says to run the deployer.ops script provided but there is no such a file. By looking at the code i found an example.launch which i tried to run using roslaunch but when i do this although everything seems fine, it does not create any rostopic or respond to rostopic pub /string_in std_msgs/String 'Hi, HelloRobot component'. if you cd HelloRobot on the deployer it loads it but if you type start it returns a false... dunno why... If you only run the example.ops instead, the status of the start is true but again nothing happens... i cannot publish read or write to the topics it is supossedly streaming to. any ideas?

btw the node is correctly created if you do a rosrun rqt_graph rqt_graph you can see it running but not connected to anything.