openTCS integration project example #196
Replies: 3 comments 2 replies
-
|
Also, for the virtual car driven by VDA5050 that I built in the form of Python scripts, how can I match it into the map of openTCS? Are there any contents that need to be added to the script? |
Beta Was this translation helpful? Give feedback.
-
|
The openTCS integration project example doesn't allow a modification of the openTCS source code, since the baseline version of openTCS is merely included as a (Gradle) dependency. However, you can use custom Guice modules to modify the wiring of components within the application and to add your own components. See the section Modularity and extensibility in the openTCS developer's guide. This is also the recommended way of doing it, as modifying the openTCS source code directly can make it difficult to update to future openTCS versions. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. I'll give it a try.
…---- Replied Message ----
| From | Martin ***@***.***> |
| Date | 05/23/2025 20:44 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [openTCS/opentcs] openTCS integration project example (Discussion #196) |
The openTCS integration project example doesn't allow a modification of the openTCS source code, since the baseline version of openTCS is merely included as a (Gradle) dependency. However, you can use custom Guice modules to modify the wiring of components within the application and to add your own components. See the section Modularity and extensibility in the openTCS developer's guide. This is also the recommended way of doing it, as modifying the openTCS source code directly can make it difficult to update to future openTCS versions.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can this integration sample package modify the source code? I want to change the interface of the corresponding component of openTCS.
Beta Was this translation helpful? Give feedback.
All reactions