Open Heaven-Master opened 2 months 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>
..../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>