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

eval_plotting_node - Add import for Axes3D #29

Closed aseligmann closed 3 years ago

aseligmann commented 3 years ago

eval_plotting_node throws an error with some versions of matplotlib when creating the 3D histogram plot, due to https://github.com/ethz-asl/mav_active_3d_planning/blob/f5bb38249273efb039f250997ae3e90f95884679/active_3d_planning_app_reconstruction/src/experiments/eval_plotting_node.py#L619

Adding an explicit import for Axes3D fixes the issue.

Schmluk commented 3 years ago

Thank you for pointing this out, LGTM.