Skip to content

Commit 77cf2a9

Browse files
author
Stefan Cyliax
authored
Merge branch 'master' into 604_coordinate_transformation
2 parents 3606291 + ce35bc3 commit 77cf2a9

23 files changed

+1808
-15
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ set(OSI_PROTO_FILES
7474
osi_trafficlight.proto
7575
osi_trafficupdate.proto
7676
osi_trafficcommand.proto
77+
osi_referenceline.proto
7778
osi_roadmarking.proto
7879
osi_lane.proto
80+
osi_logicallane.proto
7981
osi_featuredata.proto
8082
osi_logicaldetectiondata.proto
8183
osi_object.proto

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Install `pip3` and missing python packages:
9191
```bash
9292
$ sudo apt-get install python3-pip python3-setuptools
9393
```
94-
Install `protobuf` 3.0.0:
94+
Install `protobuf`:
9595
```bash
9696
$ sudo apt-get install libprotobuf-dev protobuf-compiler
9797
```

doc/images/OSI_LogicalLane1.png

17.1 KB
Loading

doc/images/OSI_LogicalLane2.png

9.2 KB
Loading

doc/images/OSI_ReferenceLine1.svg

Lines changed: 256 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)