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

So what I understand is that you have a somewhat open loop system where you cannot know where the system is between commanding a movement before it returns. If this is the case you should probably set a flag and only process camera data from the periods when you know where the servo positions are. There are many different techniques to do this.

  1. You could have a flag to start and stop the camera timer.
  2. Or you could start and stop the image processing based on a similar flag.