Skip to content

Commit

Permalink
Added missing newlines at end of files. Renamed .rviz file to be cons…
Browse files Browse the repository at this point in the history
…istent with all other files.
  • Loading branch information
Chien-Liang committed Aug 2, 2016
1 parent 7e9caa6 commit 0e7bd86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ros/drake_cars_examples/launch/rviz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
<!-- <node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" /> -->
<!-- <node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" /> -->
<node name="rviz" pkg="rviz" type="rviz" args="-d $(arg RVizConfigFile)"/>
</launch>
</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ To run it:
args="$(find drake)/drake/examples/Cars/models/prius/prius_with_lidar.sdf $(find drake)/drake/examples/Cars/models/stata_garage_p1.sdf"/>

<include file="$(find drake_cars_examples)/launch/golfcart_adapter.launch" />
</launch>
</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Loads the robot and world descriptions onto the ROS parameter server.
<!-- Load the world description parameter -->
<param name="world_description"
textfile="$(find drake_cars_examples)/models/stata_garage_p1.urdf" />
</launch>
</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<launch>
<!-- Start RViz -->
<include file="$(find drake_cars_examples)/launch/rviz.xml">
<arg name="RVizConfigFile" value="$(find drake_cars_examples)/rviz/single_prius_in_stata_garage.rviz" />
<arg name="RVizConfigFile" value="$(find drake_cars_examples)/rviz/single_car_in_stata_garage.rviz" />
</include>
</launch>
</launch>

0 comments on commit 0e7bd86

Please sign in to comment.