Skip to content

Commit

Permalink
Add comma to pass mypy formatting check.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashay-bdai committed Nov 29, 2023
1 parent 61e39fc commit 217290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot_driver/launch/spot_driver.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def launch_setup(context: LaunchContext, ld: LaunchDescription) -> None:
"mock_has_arm": mock_has_arm,
"publish_depth_registered": False,
"publish_depth": False,
"publish_rgb": False
"publish_rgb": False,
}

spot_driver_node = launch_ros.actions.Node(
Expand Down

0 comments on commit 217290e

Please sign in to comment.