PlotJuggler / plotjuggler-ros-plugins

Many PlotJuggler plugins for ROS and ROS2.
GNU Affero General Public License v3.0
106 stars 44 forks source link

Compilation fix for C++ 17 #70

Closed nimesh00 closed 10 months ago

nimesh00 commented 1 year ago

std::ptr_fun was depreciated in C++11 and and removed in C++17. It leads to an error while compiling this from the source.

Refer to issue #69 for specific error message.