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 Dec 10, 2021
1 parent 17ea462 commit c40eafa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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: bullet|dart|ode|simbody-->

<!-- Robot Customization -->
<arg name="arm_id" default="panda" doc="Name of the panda robot to spawn" />
Expand Down

0 comments on commit c40eafa

Please sign in to comment.