Skip to content

Commit bb48631

Browse files
committed
bug resolved
1 parent 26b37b6 commit bb48631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff_drive_controller/test/test_diff_drive_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class TestDiffDriveController : public ::testing::Test
211211
params.robot_description = urdf_;
212212
params.update_rate = 0;
213213
params.node_namespace = ns;
214-
params.node_options = node_options
214+
params.node_options = node_options;
215215
return controller_->init(params);
216216
}
217217

0 commit comments

Comments
 (0)