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

Pete's comment should have been an answer, so just to take this out of the Unanswered queue: No, you'll have to iterate them and check the distances yourself.

Note that you can use the tf2 data types to calculate the distance and save yourself a little bit of conversion trouble. See here.

Pete's comment should have been an answer, so just to take this out of the Unanswered queue: No, you'll have to iterate through them and check the distances yourself.

Note that you can use the tf2 data types to calculate the distance and save yourself a little bit of conversion trouble. See here.

Pete's comment should have been an answer, so just to take this out of the Unanswered queue: No, you'll have to iterate through them and check the distances yourself.

Note that you can use the tf2 (and tf) data types to calculate the distance and save yourself a little bit of conversion trouble. See here.