Skip to content

Commit

Permalink
Format update
Browse files Browse the repository at this point in the history
Signed-off-by: henrykotze <[email protected]>
  • Loading branch information
henrykotze committed Nov 29, 2023
1 parent f411019 commit f531353
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/gz/msgs/air_flow_sensor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ message AirFlowSensor
Header header = 1;

/// \brief airflow speed Mag in the xy plane (m/s).
double xy_speed = 2;
double xy_speed = 2;

/// \brief airflow direction in xy plane (rad).
double xy_direction = 3;
double xy_direction = 3;

/// \brief Sensor speed noise.
SensorNoise speed_noise = 4;

/// \brief Sensor direction noise.
SensorNoise direction_noise = 5;
SensorNoise direction_noise = 5;
}

0 comments on commit f531353

Please sign in to comment.