Skip to content

Commit

Permalink
CartesianPath: Remove redundant property setters
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Feb 17, 2023
1 parent 6dc70b1 commit 730cd74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/include/moveit/task_constructor/solvers/cartesian_path.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ class CartesianPath : public PlannerInterface
void setJumpThreshold(double jump_threshold) { setProperty("jump_threshold", jump_threshold); }
void setMinFraction(double min_fraction) { setProperty("min_fraction", min_fraction); }

void setMaxVelocityScaling(double factor) { setProperty("max_velocity_scaling_factor", factor); }
void setMaxAccelerationScaling(double factor) { setProperty("max_acceleration_scaling_factor", factor); }

void init(const moveit::core::RobotModelConstPtr& robot_model) override;

bool plan(const planning_scene::PlanningSceneConstPtr& from, const planning_scene::PlanningSceneConstPtr& to,
Expand Down

0 comments on commit 730cd74

Please sign in to comment.