Skip to content

HostVehicleData: Description Corrections. #595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions osi_hostvehicledata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package osi3;
// This message can also be understood as an interface container for the signals of a rest bus simulation.
//
// It consists of different messages categorizing the vehicle in:
// Basics, powertrain, brake system, vehicle steering, vehicle wheels, vehicle localization.
// Basics, powertrain, brake system, steering, wheels and localization.
//
// \image html OSI_HostVehicle.svg
//
Expand All @@ -36,14 +36,14 @@ message HostVehicleData
//
optional Identifier host_vehicle_id = 11;

// Deprecated: Will be removed in next major release. Moved to VehiclePositionAndKinematics.
// Deprecated: Will be removed in next major release. Moved to vehicle_localization.
// Current estimated location based on GPS- and related navigation sensors.
//
// \note Note that dimension and base_polygon need not be set.
//
optional BaseMoving location = 1;

// Deprecated: Will be removed in next major release. Moved to VehiclePositionAndKinematics.
// Deprecated: Will be removed in next major release. Moved to vehicle_localization.
// Current estimated location error based on GPS and related navigation
// sensors.
//
Expand All @@ -59,7 +59,7 @@ message HostVehicleData
//
optional VehiclePowertrain vehicle_powertrain = 4;

// Interface regarding the brake system
// Interface regarding the brake system.
//
optional VehicleBrakeSystem vehicle_brake_system = 5;

Expand Down