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

A word of warning (so not an answer): using Python here on a general purpose OS with no deterministic scheduling is never going to have all of your loops run correctly. Python could have the least influence on that, but it's not going to help.

A word of warning (so not an answer): using Python here on a general purpose OS with no deterministic scheduling is never going to have all of your loops run correctly. correctly (ie: on schedule). Python could have the least influence on that, but it's not going to help.