Hello! LGSVL team!
There are some questions about Cyber:
If it is an empty scenario and I need to use Cyber to communicate with an external program, what is the least script I need to have?
Is there a simplest example scenario for teaching? Where is the relevant introduction document?
Please list the detailed steps!Thanks!
You could ask this question in Apollo github.
I have a custom data structure. How to use Cyber to create and use it?
I think the basic steps are
*.proto file for your custom data structure under Apollo's build directoryprotoc, target language is c#. i.e. csharp.simulator/Assets/Scripts/Bridge/Cyber/If it is an empty scenario and I need to use Cyber to communicate with an external program, what is the least script I need to have?
As far as I know, LGSVL uses WebSocket to communicate with outside programs. e.g. the API endpoint and the cyber bridge.
You could either make use of the existing API endpoint, or create new websocket classes for your self.
Is there a simplest example scenario for teaching? Where is the relevant introduction document?
What do you mean by example scenario?
@yumianhuli2 Yes, @ntutangyun pretty much covered everything. For 3.) we have created detailed video tutorials for Autoware and Apollo and hope to release them soon.
@yumianhuli2 Yes, @ntutangyun pretty much covered everything. For 3.) we have created detailed video tutorials for Autoware and Apollo and hope to release them soon.
I'm really looking forward to this!