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 26b37b6 commit bb48631Copy full SHA for bb48631
diff_drive_controller/test/test_diff_drive_controller.cpp
@@ -211,7 +211,7 @@ class TestDiffDriveController : public ::testing::Test
211
params.robot_description = urdf_;
212
params.update_rate = 0;
213
params.node_namespace = ns;
214
- params.node_options = node_options
+ params.node_options = node_options;
215
return controller_->init(params);
216
}
217
0 commit comments