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 b677091 commit 6f3c7a5Copy full SHA for 6f3c7a5
diff_drive_controller/src/diff_drive_controller.cpp
@@ -703,9 +703,10 @@ controller_interface::CallbackReturn DiffDriveController::configure_side(
703
return controller_interface::CallbackReturn::SUCCESS;
704
}
705
706
-bool DiffDriveController::on_set_chained_mode(bool /*chained_mode*/)
+bool DiffDriveController::on_set_chained_mode(bool chained_mode)
707
{
708
// Always accept switch to/from chained mode
709
+ (void)chained_mode;
710
return true;
711
712
0 commit comments