Skip to content

Commit

Permalink
Fixed synatx error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenwel committed Jan 9, 2019
1 parent be80c2a commit d31f350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darknet_ros/launch/yolo_v3.launch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- Include main launch file -->
<include file="$(find darknet_ros)/launch/darknet_ros.launch">
<arg name="network_param_file" value="$(arg network_param_file)"
<arg name="network_param_file" value="$(arg network_param_file)"/>
</include>

</launch>

0 comments on commit d31f350

Please sign in to comment.