We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9457f11 commit 41946d4Copy full SHA for 41946d4
1 file changed
osi_hostvehicledata.proto
@@ -8,8 +8,8 @@ import "osi_common.proto";
8
package osi3;
9
10
// \brief Host vehicle data is about the perception of the vehicle about its own internal states.
11
-// It can be understood as an interface container for restbussimulation signals.
12
-// If there is a duplication with values from the rest of SensorView or SensorData, than these shall be taken.
+// It captures the knowledge the vehicle has internally, which can differ from the actual or global truth for various reasons.
+// This message can also be understood as an interface container for the signals of a rest bus simulation.
13
//
14
// It consists of different messages categorizing the vehicle in:
15
// Basics, powertrain, brake system, vehicle steering, vehicle wheels, vehicle localization.
0 commit comments