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 56b65c1 commit 3fa5abeCopy full SHA for 3fa5abe
tutorials/create_system_plugins.md
@@ -114,3 +114,6 @@ In the SDF file representing your simulation, add the plugin to the `world` sect
114
</plugin>
115
...
116
```
117
+Plugins can be found using the `GZ_SIM_SYSTEM_PLUGIN_PATH` environment variable. If you
118
+are using colcon to build your package consider using hooks to add your system to
119
+`GZ_SIM_SYSTEM_PLUGIN_PATH`.
0 commit comments