How to get the farthest location on the map using python?

asked 2020-09-21 02:56:29 -0500

Redhwan gravatar image

I created a map and need to get the farthest location on the map from current robot's location using python.

How to do that?

edit retag flag offensive close merge delete

Comments

1

If find this question to be very broad, as there are many, many steps involved and also ways to perform that task. Could you name specific (coding/ROS) problems/difficulties? Otherwise a quick and dirty answer would be: use a Longest Path Algorithm, a Google search will show you results.

Roberto Z. gravatar image Roberto Z.  ( 2020-09-21 06:23:19 -0500 )edit