Skip to content

Commit

Permalink
Fix typos in launchfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SijmenHuizenga committed Jul 17, 2020
1 parent e60e8d8 commit 042aefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros/src/fsds_ros_bridge/launch/fsds_ros_bridge.launch
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
</group>

<group if="$(arg plot)">
<include file="$(find fsonline)/launch/plot.launch">
<include file="$(find fsds_ros_bridge)/launch/plot.launch" />
</group>

<group if="$(arg rviz)">
<include file="$(find fsonline)/launch/rviz.launch">
<include file="$(find fsds_ros_bridge)/launch/rviz.launch" />
</group>
</launch>

0 comments on commit 042aefc

Please sign in to comment.