ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
First, thank you for your answers. Let me describe what I try to do so maybe someone has solved this already:
I want to write a node which is performing the following steps:
If I can perform this operation using messages only, it's fine to me but I thought in this case a service call to get the first and the second image is the better approach.
Since I'm a ROS beginner, sample code would be great...
Thank you in advance, HXP2
2 | No.2 Revision |
First, thank you for your answers. Let me describe what I try to do so maybe someone has solved this already:
I want to write a node which is performing the following steps:
If I can perform this operation using messages only, it's fine to me but I thought in this case a service call to get the first and the second image is the better approach.
Since I'm a ROS beginner, sample code would be great...
Thank you in advance, HXP2
Solution:
Thank you demmeln, I followed your suggestion and erverything works well now !