ethz-asl / mav_active_3d_planning

Modular framework for online informative path planning.
BSD 3-Clause "New" or "Revised" License
552 stars 110 forks source link

rename evaluator keywords in wiki #39

Closed renezurbruegg closed 3 years ago

renezurbruegg commented 3 years ago

I think EvaluatorUpdateNothing and EvaluatorResetTree should be renamed to UpdateNothing and ResetTree in the wiki section ( Evaluator Updaters).

Putting

evaluator_updater:
    type: "EvaluatorResetTree"

in a .yaml config results in module not found errors.

Schmluk commented 3 years ago

The wiki has been updated, thanks for the catch!