We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe86290 commit 87a3034Copy full SHA for 87a3034
core/include/moveit/task_constructor/solvers/pipeline_planner.h
@@ -68,7 +68,7 @@ class PipelinePlanner : public PlannerInterface
68
const std::string& planner_id = "");
69
70
[[deprecated("Deprecated: Use new constructor implementations.")]] // clang-format off
71
- PipelinePlanner(const planning_pipeline::PlanningPipelinePtr& planning_pipeline){};
+ PipelinePlanner(const planning_pipeline::PlanningPipelinePtr& /*planning_pipeline*/){};
72
73
/** \brief Constructor
74
* \param [in] node ROS 2 node
0 commit comments