Skip to content

Commit

Permalink
feat(franka_gazebo): add physics engine launch argument
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Feb 15, 2022
1 parent 61acc4d commit 78049ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions franka_gazebo/launch/panda.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<arg name="paused" default="false" doc="Should the simulation directly be stopped at 0s?" />
<arg name="world" default="worlds/empty.world" doc="Filename to a SDF World for gazebo to use" />
<arg name="rviz" default="false" doc="Should RVIz be launched?" />
<arg name="physics" default="dart" doc="The physics engine used by gazebo"/> <!--Phyics engines: dart|ode-->

<!-- Robot Customization -->
<arg name="arm_id" default="panda" doc="Name of the panda robot to spawn" />
Expand Down Expand Up @@ -37,6 +38,7 @@
<arg name="paused" value="true"/>
<arg name="gui" value="$(eval not arg('headless'))"/>
<arg name="use_sim_time" value="true"/>
<arg name="physics" value="$(arg physics)"/>
</include>

<param name="robot_description"
Expand Down

0 comments on commit 78049ae

Please sign in to comment.