Skip to content

Commit

Permalink
Fixed switching physics engines tutorial link (#682)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Sep 11, 2024
1 parent ad4dcd2 commit 6ab9a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/04-switching-physics-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ gz sim --physics-engine CustomEngine
### From C++ API

All features available through the command line are also available through
[gz::sim::ServerConfig](https://gazebosim.org/api/gazebo/4.0/classignition_1_1gazebo_1_1ServerConfig.html).
[gz::sim::ServerConfig](https://gazebosim.org/api/sim/9/classgz_1_1sim_1_1ServerConfig.html).
When instantiating a server programmatically, a physics engine can be passed to
the constructor, for example:

Expand Down

0 comments on commit 6ab9a75

Please sign in to comment.