Skip to content

Commit

Permalink
Replace gps with navsat
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Dec 19, 2024
1 parent e13842d commit 5cd48ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proto/gz/msgs/sensor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ message Sensor

/// \brief Description of a gps sensor
/// TODO(chapulina) Migrate to NavSat
GPSSensor gps = 15;
GPSSensor gps = 15 [deprecated = true];

/// \brief Description of an IMU sensor
IMUSensor imu = 16;
Expand All @@ -105,4 +105,7 @@ message Sensor

/// \brief Description of a airspeed sensor
AirSpeedSensor air_speed = 21;

/// \brief Description of a GNSS sensor
NavSat navsat = 22;
}

0 comments on commit 5cd48ed

Please sign in to comment.