We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GZ_SIM_SYSTEM_PLUGIN_PATH
1 parent b67dfbf commit 6f6f85dCopy full SHA for 6f6f85d
tutorials/create_system_plugins.md
@@ -115,3 +115,6 @@ In the SDF file representing your simulation, add the plugin to the `world` sect
115
</plugin>
116
...
117
```
118
+Plugins can be found using the `GZ_SIM_SYSTEM_PLUGIN_PATH` environment variable. If you
119
+are using colcon to build your package consider using hooks to add your system to
120
+`GZ_SIM_SYSTEM_PLUGIN_PATH`.
0 commit comments