Skip to content

Commit 725f182

Browse files
committed
Change OSI package name to osi3 for new release
This is done to enable users to run OSI 2.x (package osi) and OSI 3.x (package osi3) side-by-side.
1 parent 6fbaad7 commit 725f182

21 files changed

+22
-22
lines changed

osi_common.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto2";
22

33
option optimize_for = SPEED;
44

5-
package osi;
5+
package osi3;
66

77

88
//

osi_datarecording.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ option optimize_for = SPEED;
44

55
import "osi_sensordata.proto";
66

7-
package osi;
7+
package osi3;
88

99
//
1010
// \brief (Time) Series of \c SensorData messages that may be used for data

osi_detectedlandmark.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "osi_common.proto";
66
import "osi_landmark.proto";
77
import "osi_detectedobject.proto";
88

9-
package osi;
9+
package osi3;
1010

1111
//
1212
// \brief A traffic sign in the environment as detected by the sensor.

osi_detectedlane.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "osi_common.proto";
66
import "osi_lane.proto";
77
import "osi_detectedobject.proto";
88

9-
package osi;
9+
package osi3;
1010

1111
//
1212
// \brief A lane segment as detected by the sensor.

osi_detectedobject.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "osi_modelinternal.proto";
77
import "osi_object.proto";
88
import "osi_sensorspecific.proto";
99

10-
package osi;
10+
package osi3;
1111

1212
//
1313
// \brief Object in the environment as detected and perceived by the sensor.

osi_detectedoccupant.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "osi_common.proto";
66
import "osi_occupant.proto";
77
import "osi_detectedobject.proto";
88

9-
package osi;
9+
package osi3;
1010

1111
//
1212
// \brief A vehicle occupant as detected and perceived by an interior sensor.

osi_environment.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto2";
22

33
option optimize_for = SPEED;
44

5-
package osi;
5+
package osi3;
66

77
//
88
// \brief The conditions of the environment.

osi_featuredata.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ option optimize_for = SPEED;
44

55
import "osi_common.proto";
66

7-
package osi;
7+
package osi3;
88

99
//
1010
// \brief Interface for sensor data, in contrast to interpreted data after

osi_groundtruth.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "osi_lane.proto";
1010
import "osi_object.proto";
1111
import "osi_occupant.proto";
1212

13-
package osi;
13+
package osi3;
1414

1515
//
1616
// \brief The ground truth information from the simulation environment.

osi_hostvehicledata.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ option optimize_for = SPEED;
44

55
import "osi_common.proto";
66

7-
package osi;
7+
package osi3;
88

99
//
1010
// \brief Interface for host vehicle data that is available to sensors and

0 commit comments

Comments
 (0)