Skip to content

Commit

Permalink
feat: add physics engine option
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 4, 2021
1 parent 17ea462 commit 4c7d165
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="ode" doc="The physics engine used by gazebo"/> <!--Phyics engines: bullet|dart|ode|simbody-->

<!-- Robot Customization -->
<arg name="arm_id" default="panda" doc="Name of the panda robot to spawn" />
Expand All @@ -32,6 +33,7 @@
/>

<include file="$(find gazebo_ros)/launch/empty_world.launch" if="$(arg gazebo)">
<arg name="physics" value="$(arg physics)"/>
<arg name="world_name" value="$(arg world)"/>
<!-- Always start in paused mode, and only unpause when spawning the model -->
<arg name="paused" value="true"/>
Expand Down

0 comments on commit 4c7d165

Please sign in to comment.