Skip to content

Commit

Permalink
Added plot in the launch file
Browse files Browse the repository at this point in the history
Added plot in the launch file. Now, the drone position (x, y and z) is depicted via a graphic when the simulation runs.
  • Loading branch information
gsilano committed May 30, 2018
1 parent 4fa64c7 commit 1052475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launch/task1_world.launch
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@
<node name="hovering_example" pkg="rotors_gazebo" type="hovering_example" output="screen"/>
</group>

<!-- Launch the trajectory plot -->
<node name="position_plot" pkg="rqt_plot" type="rqt_plot" args="--clear-config /$(arg name)/odometry/pose/pose/position" output="screen" />

</launch>

0 comments on commit 1052475

Please sign in to comment.