3.3.0 Upgrade Issues
I have some questions regarding how to make an old bot work in the new version of Pogamut:
Many Pogamut world objects used to have a method called "isReachable()". This is gone now, but there seems to be a new action called "CheckReachability". Could I get a quick tutorial on how to use this? It seems as though I'm going to need to ask questions about reachability in advance now, which is a major change in the code, given that I could previously get the information immediately. Maybe I'm not understanding?
Also, regarding the FloydWarshall path planner: is this fully functional? I haven't tested it too much, but I would like to ask it to start computing paths, but still have the bot run around while these computations are happening. How can I know when FW is finished computing all the path lengths? Is there some kind of locking mechanism, or way to query if it's done yet?
Thanks.
Many Pogamut world objects used to have a method called "isReachable()". This is gone now, but there seems to be a new action called "CheckReachability". Could I get a quick tutorial on how to use this? It seems as though I'm going to need to ask questions about reachability in advance now, which is a major change in the code, given that I could previously get the information immediately. Maybe I'm not understanding?
Also, regarding the FloydWarshall path planner: is this fully functional? I haven't tested it too much, but I would like to ask it to start computing paths, but still have the bot run around while these computations are happening. How can I know when FW is finished computing all the path lengths? Is there some kind of locking mechanism, or way to query if it's done yet?
Thanks.