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

it seems the walltimer function can't include blocked thread/function something like serial read or socket read, in some times you can specific an NONBLOCK way to use function like that, maybe better to do such thing in another independed thread rather in walltimer lamda function or callback function.