Open Taucrates opened 3 months ago
Hi @Taucrates, You can start with modifying UFOMap parameters in server.launch inside launch folder. Max range could be around 10m. also you can try different resolutions in UFOMap in the same file. For E-RRT tuning, increase number of goals, nodes and iterations. Planning depth param could be set to 1 instead of 2 for narrow environment. Finally for path selection you can influence the exploration by changing k_info to make it greedy.
I hope this helps, Akash
Thanks for the quick response @aakapatel! Currently I am doing tests in the cave scenario available in https://github.com/LTU-RAI/gazebo_cave_world. I have changed the parameters you told me in a lot of combinations, but I am not able to find the correct configuration to allow the software to find frontiers through the first corridor, shown in the image below. If it is possible to clarify me more precisely the parameters to tune I would be very grateful.
Hi, I will try to make a different config parameters file for narrow env scenarios and test them to find a suitable set of params that can be generalized. Hopefully next week I will push the additional config. Thanks, Akash
Thank you so much Akash!!
Hi, I will try to make a different config parameters file for narrow env scenarios and test them to find a suitable set of params that can be generalized. Hopefully next week I will push the additional config. Thanks, Akash
Hi Akash, is it possible for you to upload that new config file for the narrow environments?
Thank you in advance!!
Hi, good job here with this exploration framework, congratulations!!
I would like to test your algorithm in narrower environments such as the subt darpa final scenario or inside buildings, similar to the ones shown in the repository. However, I have checked different parameterizations for those environments (reducing resolution, reducing robot size, changing min_info_goal, changing depth, etc) but unfortunately it has not been possible to make the MAV explore more than a few meters. It seems that I am not able to parameterize the tree to expand in narrow spaces. Could you please tell me which are the parameters I have to change to be able to expand the tree in such strait spaces? Is there any parameter for setting the speed of the vehicle?
Thank you in advance!!