Open chanzw opened 3 years ago
Hi @chanzw
There's no file missing. But you need to edit the pure_pursuit_planner.h
Change the following
#include <pure_pursuit/PurePursuitPlannerConfig.h>
into
#include <pure_pursuit_local_planner/PurePursuitPlannerConfig.h>
Then, re-catkin_make and the package shall be ready to go.
Best, Samuel
Thanks
Hello , I have the same problem about:pure_pursuit/PurePursuitPlannerConfig.h .The file is a missing file .Can you upload it?