Skip to content

Commit

Permalink
move RRTstar out of main libx
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Nov 20, 2022
1 parent 72fad6f commit 9a1002d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libselfdriving/src/registerClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <selfdriving/algos/CostEvaluatorCostMap.h>
#include <selfdriving/algos/CostEvaluatorPreferredWaypoint.h>
#include <selfdriving/algos/TPS_Astar.h>
#include <selfdriving/algos/TPS_RRTstar.h>
#include <selfdriving/interfaces/VehicleMotionInterface.h>
#include <selfdriving/ptgs/HolonomicBlend.h>

Expand All @@ -25,7 +24,6 @@ MRPT_INITIALIZER(selfdriving_register)
// Planners:
registerClass(CLASS_ID(Planner));
registerClass(CLASS_ID(TPS_Astar));
registerClass(CLASS_ID(TPS_RRTstar));

// Interfaces:
registerClass(CLASS_ID(VehicleMotionInterface));
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9a1002d

Please sign in to comment.