Skip to content

Commit

Permalink
removed gpu optimized script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Lakemann committed Jan 31, 2024
1 parent 5ded7e1 commit 84cf651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/uvdar_gazebo.launch
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@

<!-- start gazebo server -->
<node name="gazebo" pkg="gazebo_ros" type="$(arg script_type)" respawn="false" output="screen"
args="$(arg command_arg1) $(arg command_arg2) $(arg command_arg3) -e $(arg physics) $(arg extra_gazebo_args) $(arg world_name)" launch-prefix="nvidiaRun.sh"/>
args="$(arg command_arg1) $(arg command_arg2) $(arg command_arg3) -e $(arg physics) $(arg extra_gazebo_args) $(arg world_name)"/>

<!-- start gazebo client -->
<group if="$(arg gui)">
<node name="gazebo_gui" pkg="gazebo_ros" type="gzclient" respawn="false" output="screen" launch-prefix="nvidiaRun.sh"/>
<node name="gazebo_gui" pkg="gazebo_ros" type="gzclient" respawn="false" output="screen"/>
</group>
</launch>

Expand Down

0 comments on commit 84cf651

Please sign in to comment.