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

The short answer is that you can't block an explicitly single threaded process. You should spin in a separate thread if you want to use the blocking call.

More details at: https://github.com/ros2/geometry2/issues/338