Open fmrico opened 4 years ago
The debug messages are quite cryptic but they aren't errors; if a cell's score hits std::numeric_limits<double>::epsilon()
, it generates this message. Can I get the map where no path is generated? I only tested it on the default nav2 tutorial map and the Willow Garage map.
The Willow Garage map times out on the default 30 seconds (!!!!) when searching in the control space. I don't know which implementation you are using, but I advise using the geomteric branch of this repo; those parameters are the most stable so far.
We are using the map of Marathon2, so it is quite large.
So, the goal of the development is optimizing to make it works at a reasonable time (to run at 1Hz)? Do you think it is feasible?
It should be feasible using the SE2 geometric space; where can I find this map to test it?
Congratulations! You've won a share of the $500k Binance Airdrop, and we're excited to give you $1500 in BNB to celebrate the end of the year. Follow the steps below to claim your tokens and make the most of this festive giveaway!
Don't miss out on your $1500 in BNB! Act now to secure your tokens.
Winners: @y12345e, @wgcwgc, @AndrejBlaho, @weivall, @Cabiles, @BUTINGSHIGUANG, @yuer2008, @trevorwang, @SysadminJeroen, @Izaron, @herlon214, @andybug, @stophin, @chnghia, @lth2015, @vittee, @gavin771, @felipefschwade, @webeffect, @BrianLusina, @MrSteelRat, @Utley, @taoyq1988, @zhangchiyue, @coneco, @Suninus, @MrLopes93, @Yanfei-Qiao, @blackbeauty101, @srobati, @fzzadi, @mfranzwa, @AnyPang, @yin5980280, @TiO2, @Zophyr, @guanchaoguo, @consensyx, @sudhindrasajjal, @dsky1990, @Kylepoore, @nasermgn, @ipqhjjybj, @kidequinox, @cheerfyt, @damjanh, @blidd, @julianogouveia, @1834924958, @aicoho
Hi @ardabbour
I am following the discussion at https://github.com/ros-planning/navigation2/issues/1646 and I want to test the current state of OMPL. I would like to use it in some experiments.
I know that this is a work in process, but I would like to know the parameters that you consider functional enough. With default parameters values, I get this error, and no path is generated:
Thanks!! Francisco