OpenTCS Integration Example #78
Replies: 2 comments 7 replies
-
|
That vehicle driver is part of the example integration project to as an example how to implement a vehicle driver. You need a real vehicle implementing the same communication protocol as the driver to connect to when you use this driver. If you just want to try out openTCS without an actual physical vehicle, the loopback driver (virtual vehicle) is the way to go. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, you could write a vehicle emulation and use that vehicle driver with the fake vehicle. (The "simulation" code already existing in the example integration project only fakes a few state messages. It does not fully emulate a vehicle that you could use to process transport orders.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am a beginner in this field, so excuse my knowledge.
I am trying to integrate OpenTCS with my project, and as I've found in the docs that integration example project is the best way to go.
I've downloaded it and builded the source code and everything is running smoothly thanks to the developers.
But when i enable the vehicle driver which is Custom Comm Adapter it is enabled correctly but doesn't connect to the vehicle and state is UNKNOWN.
After debugging i get connection refused to vehicleHost:vehiclePort.
So, should I do anything to make it connect or this is something wrong with my setup?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions