Skip to content

Commit

Permalink
Update descartes profiles (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong authored Dec 18, 2024
1 parent 51f87af commit 40c14ab
Show file tree
Hide file tree
Showing 18 changed files with 438 additions and 969 deletions.
5 changes: 2 additions & 3 deletions tesseract_motion_planners/descartes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ add_library(
src/descartes_collision.cpp
src/descartes_collision_edge_evaluator.cpp
src/descartes_robot_sampler.cpp
src/serialize.cpp
src/deserialize.cpp
src/descartes_utils.cpp
src/profile/descartes_profile.cpp
src/profile/descartes_default_plan_profile.cpp)
src/profile/descartes_default_plan_profile.cpp
src/profile/descartes_ladder_graph_solver_profile.cpp)
target_link_libraries(
${PROJECT_NAME}_descartes
PUBLIC ${PROJECT_NAME}_core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define TESSERACT_MOTION_PLANNERS_DECARTES_MOTION_PLANNER_H

#include <tesseract_motion_planners/core/planner.h>
#include <tesseract_motion_planners/descartes/descartes_problem.h>

namespace tesseract_planning
{
Expand All @@ -25,8 +24,6 @@ class DescartesMotionPlanner : public MotionPlanner
void clear() override;

std::unique_ptr<MotionPlanner> clone() const override;

virtual std::shared_ptr<DescartesProblem<FloatType>> createProblem(const PlannerRequest& request) const;
};

using DescartesMotionPlannerD = DescartesMotionPlanner<double>;
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 40c14ab

Please sign in to comment.