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

Added missing return statements #33

Closed danielduberg closed 3 years ago

danielduberg commented 3 years ago

Some functions that should return booleans are missing return statements, causing segmentation faults. These are the ones I found to get the RRTStar trajectory generator with the ContinuousYawPlanningEvaluator following evaluator working. There can be more missing return statements I presume.

Schmluk commented 3 years ago

LGTM, good catch.