Skip to content

Commit 1e8fb93

Browse files
authored
Add additional module implicit dependencies module (#3949)
1 parent 9a004cb commit 1e8fb93

File tree

1 file changed

+1
-1
lines changed
  • docs/operate/get-started/other-hardware

1 file changed

+1
-1
lines changed

docs/operate/get-started/other-hardware/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Edit the generated files to add your logic:
161161

162162
- This is the preferred method when dependencies are required, because implicit dependencies make it more clear what needs to be configured, they eliminate the need for the same attribute to be configured twice, and they make debugging easier.
163163

164-
- See [<file>ackermann.py</file> on GitHub](https://github.com/mcvella/viam-ackermann-base/blob/main/src/ackermann.py) for an example.
164+
- See [<file>ackermann.py</file>](https://github.com/mcvella/viam-ackermann-base/blob/main/src/ackermann.py) or [Viam complex module examples on GitHub](https://github.com/viamrobotics/viam-python-sdk/tree/main/examples/complex_module/src) for example usage.
165165

166166
</details><br>
167167

0 commit comments

Comments
 (0)