You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I 've been trying to make wavefront work in this new release using the wavefront.cfg file provided by the stage 4.3 release and I'm not able to get rid of "wavefront must provide a planner" when, indeed, the cfg file specifies an offline planner and a planner as requirements at the wavefront section.
Any hint?
many thanks
The text was updated successfully, but these errors were encountered:
Updated wavefront so that it requires an 'online' or 'offline' key
in the provided planner interfaces. Added missing calls to
AddInterface() when parsing the planner interfaces.
There were a few bugs in the wavefront initialization code that probably stemmed from the implementation of the offline planner feature. I cleaned it up and tested with stage's wavefront.cfg. You now have to add an 'online' key to the primary planner interface so that the driver can disambiguate the 'online' and 'offline' Provides, that should have been the case as soon as the optional offline planner interface was implemented.
I 've been trying to make wavefront work in this new release using the wavefront.cfg file provided by the stage 4.3 release and I'm not able to get rid of "wavefront must provide a planner" when, indeed, the cfg file specifies an offline planner and a planner as requirements at the wavefront section.
Any hint?
many thanks
The text was updated successfully, but these errors were encountered: