Skip to content

Commit

Permalink
Removed set pinger position node from vrx.launch as well (#439)
Browse files Browse the repository at this point in the history
* removed set pinger position node from vrx.launch as well

* Update vrx.launch

Co-authored-by: Carlos Agüero <cen.aguero@gmail.com>
  • Loading branch information
alexperez33 and caguero authored Mar 18, 2022
1 parent cb14d83 commit ed1c292
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vrx_gazebo/launch/vrx.launch
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@
-R $(arg R) -P $(arg P) -Y $(arg Y)
-urdf -param $(arg namespace)/robot_description -model wamv"/>

<!-- Set the pinger location -->
<node name="set_pinger_position" pkg="vrx_gazebo" type="set_pinger_position.py" output="screen">
<rosparam command="load" file="$(arg pinger_params)" />
</node>
<!-- Pinger visualization -->
<node name="pinger_visualization" pkg="vrx_gazebo" type="pinger_visualization.py" />

</launch>

0 comments on commit ed1c292

Please sign in to comment.