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

Try to not call a function that takes some time to execute inside an interrupt. Does it works well if you retrieve the data in the interrupt and send it using micro-ROS in the main loop?