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 bfd7f5c commit 53ebfd3Copy full SHA for 53ebfd3
core/src/stage.cpp
@@ -253,7 +253,7 @@ void Stage::reset() {
253
impl->properties_.reset();
254
}
255
256
-void Stage::init(const moveit::core::RobotModelConstPtr& robot_model) {
+void Stage::init(const moveit::core::RobotModelConstPtr& /* robot_model */) {
257
// init properties once from parent
258
auto impl = pimpl();
259
0 commit comments