OpenSimulationInterface / open-simulation-interface

A generic interface for the environmental perception of automated driving functions in virtual scenarios.
Other
267 stars 125 forks source link

TrafficCommandUpdate missing from CMakeLists #743

Closed ClemensLinnhoff closed 8 months ago

ClemensLinnhoff commented 9 months ago

Describe the bug

The TrafficCommantUpdate defined in osi_trafficcommandupdate.proto, introduced in #615, is missing from the CMakeLists. Therefore, no corresponding C++ header is build.

Describe how to reproduce the bug

Steps to reproduce the behavior:

  1. Build OSI as described here
  2. Go to the build folder and see that there is no osi_trafficcommandupdate.pb.h

Describe the expected behavior

For every proto file, there has to be a corresponding header.

Describe the OS you are using