Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
In lawn_tractor_sim.launch:
Browse files Browse the repository at this point in the history
        Added "-d" to the args for the rviz node. This obviates
        manually loading the lawn tractor simulation rviz
        configuration file.
  • Loading branch information
billmania committed Apr 13, 2019
1 parent c01162b commit 032d528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lawn_tractor_sim/launch/lawn_tractor_sim.launch
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<!-- ****** RVIZ ***** -->
<node name="tractor_viz" pkg="rviz" type="rviz" output="screen"
args="$(find lawn_tractor_sim)/rviz/tractor_viz.rviz">
args="-d $(find lawn_tractor_sim)/rviz/tractor_viz.rviz">
</node>

<!-- ****** Markers ***** -->
Expand Down

0 comments on commit 032d528

Please sign in to comment.