forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uorb topic name: sensor_wind -> sensor_airflow
- Loading branch information
henrykotze
committed
Dec 5, 2023
1 parent
ea2adeb
commit bcf34f7
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
uint64 timestamp # time since system start (microseconds) | ||
uint32 device_id # unique device ID for the sensor that does not change between power cycles | ||
float32 wind_speed # the speed being reported by the wind sensor | ||
float32 wind_direction # the direction bein report by the wind sensor | ||
float32 speed # the speed being reported by the wind / airflow sensor | ||
float32 direction # the direction bein report by the wind / airflow sensor | ||
uint8 status # Status code from the sensor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters