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

Revision history [back]

click to hide/show revision 1
initial version

I concluded that utilizing ros service is usually more suitable for getting data with conditions. However, I had to use data from rostopics which get generated by built-in ros driver. So, what I did was declaring another node which subscribes both topics using message filter and decides to process the data based on the condition.

I concluded that utilizing ros service is usually more suitable for getting data with conditions. However, I had to use data from rostopics which get generated by built-in ros driver. So, what I did was declaring another node which subscribes both topics using message filter and decides to process the data based on the condition. condition.