PlotJuggler / plotjuggler-ros-plugins

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

humble branch compilation failed #91

Open Heaven-Master opened 2 weeks ago

Heaven-Master commented 2 weeks ago

..../ws_plotjuggler/src/plotjuggler-ros-plugins/src/ros_parsers/ros2_parser.cpp: 11:10: fatal error: PlotJuggler/fmt/core.h: file or directory not found 11 | #include <PlotJuggler/fmt/core.h>

I fixed it by changing this line to

#include <PlotJuggler/contrib/fmt/core.h>