Skip to content

Commit

Permalink
feat: change default physics engine to ODE
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Mar 18, 2022
1 parent bd12808 commit 6f45ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion franka_gazebo/launch/panda.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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-->
<arg name="physics" default="ode" doc="The physics engine used by gazebo"/> <!--Phyics engines: ode|dart-->

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

0 comments on commit 6f45ba5

Please sign in to comment.