Skip to content

Commit 27ad3b0

Browse files
caspar-aipmai
authored andcommitted
Reference images in comments
Signed-off-by: Caspar de Haes <caspar.dehaes@five.ai>
1 parent c1840a2 commit 27ad3b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

osi_object.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,14 +783,20 @@ message MovingObject
783783

784784
// Vehicle is a delivery van.
785785
//
786+
// \image html OSI_TYPE_DELIVERY_VAN.svg
787+
//
786788
TYPE_DELIVERY_VAN = 6;
787789

788790
// Vehicle is a (heavy) truck.
789791
//
792+
// \image html OSI_TYPE_HEAVY_TRUCK.svg
793+
//
790794
TYPE_HEAVY_TRUCK = 7;
791795

792796
// Vehicle is a tractor capable of pulling a semi-trailer.
793797
//
798+
// \image html OSI_TYPE_SEMITRACTOR.svg
799+
//
794800
TYPE_SEMITRACTOR = 16;
795801

796802
// This vehicle is a semi-trailer that can be pulled by a
@@ -799,13 +805,17 @@ message MovingObject
799805
// \note The vehicle can be, but doesn't need to be,
800806
// attached to another vehicle.
801807
//
808+
// \image html OSI_TYPE_SEMITRAILER.svg
809+
//
802810
TYPE_SEMITRAILER = 8;
803811

804812
// Vehicle is a trailer.
805813
//
806814
// \note The vehicle can be, but doesn't need to be,
807815
// attached to another vehicle.
808816
//
817+
// \image html OSI_TYPE_TRAILER.svg
818+
//
809819
TYPE_TRAILER = 9;
810820

811821
// Vehicle is a motorbike or moped.

0 commit comments

Comments
 (0)